<dependency> <groupId>com.github.handist</groupId> <artifactId>collections</artifactId> <version>v1.0.0</version> </dependency>
'com.github.handist:collections:jar:v1.0.0'
<dependency org="com.github.handist" name="collections" rev="v1.0.0"> <artifact name="collections" type="jar" /> </dependency>
@Grapes( @Grab(group='com.github.handist', module='collections', version='v1.0.0') )
compile 'com.github.handist:collections:v1.0.0'
libraryDependencies += "com.github.handist" % "collections" % "v1.0.0"
[com.github.handist/collections "v1.0.0"]