Dependency Information

Apache Maven

<dependency>
  <groupId>ax.antpick</groupId>
  <artifactId>k2hash</artifactId>
  <version>1.0.3</version>
</dependency>

Apache Buildr

'ax.antpick:k2hash:jar:1.0.3'

Apache Ivy

<dependency org="ax.antpick" name="k2hash" rev="1.0.3">
  <artifact name="k2hash" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='ax.antpick', module='k2hash', version='1.0.3')
)

Gradle/Grails

compile 'ax.antpick:k2hash:1.0.3'

Scala SBT

libraryDependencies += "ax.antpick" % "k2hash" % "1.0.3"

Leiningen

[ax.antpick/k2hash "1.0.3"]