<dependency> <groupId>net.adamcin.granite.client</groupId> <artifactId>parent</artifactId> <version>0.6.0</version> <type>pom</type> </dependency>
'net.adamcin.granite.client:parent:pom:0.6.0'
<dependency org="net.adamcin.granite.client" name="parent" rev="0.6.0"> <artifact name="parent" type="pom" /> </dependency>
@Grapes( @Grab(group='net.adamcin.granite.client', module='parent', version='0.6.0') )
compile 'net.adamcin.granite.client:parent:0.6.0'
[net.adamcin.granite.client/parent "0.6.0"]
libraryDependencies += "net.adamcin.granite.client" %% "parent" % "0.6.0"