Dependency Information

Apache Maven

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

Apache Buildr

'com.github.handist:collections:jar:v1.0.0'

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

compile 'com.github.handist:collections:v1.0.0'

Scala SBT

libraryDependencies += "com.github.handist" % "collections" % "v1.0.0"

Leiningen

[com.github.handist/collections "v1.0.0"]