Maven Coordinates
Apache Maven
<dependency>
<groupId>io.github.lvrodrigues</groupId>
<artifactId>bom</artifactId>
<version>21.0.0</version>
<type>pom</type>
</dependency>
Apache Ivy
<dependency org="io.github.lvrodrigues" name="bom" rev="21.0.0">
<artifact name="bom" type="pom" />
</dependency>
Groovy Grape
@Grapes(
@Grab(group='io.github.lvrodrigues', module='bom', version='21.0.0')
)
Gradle/Grails
implementation 'io.github.lvrodrigues:bom:21.0.0'
Scala SBT
libraryDependencies += "io.github.lvrodrigues" % "bom" % "21.0.0"
Leiningen
[io.github.lvrodrigues/bom "21.0.0"]