Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>io.github.lvrodrigues</groupId>
  <artifactId>bom</artifactId>
  <version>17.0.3</version>
  <type>pom</type>
</dependency>

Apache Buildr

'io.github.lvrodrigues:bom:pom:17.0.3'

Apache Ivy

<dependency org="io.github.lvrodrigues" name="bom" rev="17.0.3">
  <artifact name="bom" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='io.github.lvrodrigues', module='bom', version='17.0.3')
)

Gradle/Grails

compile 'io.github.lvrodrigues:bom:17.0.3'

Scala SBT

libraryDependencies += "io.github.lvrodrigues" % "bom" % "17.0.3"

Leiningen

[io.github.lvrodrigues/bom "17.0.3"]