Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.handist.collections</groupId>
  <artifactId>core</artifactId>
  <version>v1.3.0</version>
</dependency>

Apache Buildr

'com.github.handist.collections:core:jar:v1.3.0'

Apache Ivy

<dependency org="com.github.handist.collections" name="core" rev="v1.3.0">
  <artifact name="core" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.handist.collections', module='core', version='v1.3.0')
)

Gradle/Grails

compile 'com.github.handist.collections:core:v1.3.0'

Scala SBT

libraryDependencies += "com.github.handist.collections" % "core" % "v1.3.0"

Leiningen

[com.github.handist.collections/core "v1.3.0"]