<dependency> <groupId>ax.antpick</groupId> <artifactId>k2hash</artifactId> <version>1.0.3</version> </dependency>
'ax.antpick:k2hash:jar:1.0.3'
<dependency org="ax.antpick" name="k2hash" rev="1.0.3"> <artifact name="k2hash" type="jar" /> </dependency>
@Grapes( @Grab(group='ax.antpick', module='k2hash', version='1.0.3') )
compile 'ax.antpick:k2hash:1.0.3'
libraryDependencies += "ax.antpick" % "k2hash" % "1.0.3"
[ax.antpick/k2hash "1.0.3"]