Dependency Information

Apache Maven

<dependency>
  <groupId>nl.b3p</groupId>
  <artifactId>b3p-gt2-modules</artifactId>
  <version>5.2.0-SNAPSHOT</version>
  <type>pom</type>
</dependency>

Apache Buildr

'nl.b3p:b3p-gt2-modules:pom:5.2.0-SNAPSHOT'

Apache Ivy

<dependency org="nl.b3p" name="b3p-gt2-modules" rev="5.2.0-SNAPSHOT">
  <artifact name="b3p-gt2-modules" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='nl.b3p', module='b3p-gt2-modules', version='5.2.0-SNAPSHOT')
)

Gradle/Grails

compile 'nl.b3p:b3p-gt2-modules:5.2.0-SNAPSHOT'

Scala SBT

libraryDependencies += "nl.b3p" % "b3p-gt2-modules" % "5.2.0-SNAPSHOT"

Leiningen

[nl.b3p/b3p-gt2-modules "5.2.0-SNAPSHOT"]