Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.progether</groupId>
  <artifactId>jadventure</artifactId>
  <version>0.4-SNAPSHOT</version>
</dependency>

Apache Buildr

'com.github.progether:jadventure:jar:0.4-SNAPSHOT'

Apache Ivy

<dependency org="com.github.progether" name="jadventure" rev="0.4-SNAPSHOT">
  <artifact name="jadventure" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.progether', module='jadventure', version='0.4-SNAPSHOT')
)

Gradle/Grails

compile 'com.github.progether:jadventure:0.4-SNAPSHOT'

Scala SBT

libraryDependencies += "com.github.progether" % "jadventure" % "0.4-SNAPSHOT"

Leiningen

[com.github.progether/jadventure "0.4-SNAPSHOT"]