<dependency> <groupId>nl.b3p</groupId> <artifactId>b3p-gt2-modules</artifactId> <version>5.2.0-SNAPSHOT</version> <type>pom</type> </dependency>
'nl.b3p:b3p-gt2-modules:pom:5.2.0-SNAPSHOT'
<dependency org="nl.b3p" name="b3p-gt2-modules" rev="5.2.0-SNAPSHOT"> <artifact name="b3p-gt2-modules" type="pom" /> </dependency>
@Grapes( @Grab(group='nl.b3p', module='b3p-gt2-modules', version='5.2.0-SNAPSHOT') )
compile 'nl.b3p:b3p-gt2-modules:5.2.0-SNAPSHOT'
libraryDependencies += "nl.b3p" % "b3p-gt2-modules" % "5.2.0-SNAPSHOT"
[nl.b3p/b3p-gt2-modules "5.2.0-SNAPSHOT"]