Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.jochenw</groupId>
  <artifactId>jsgen</artifactId>
  <version>0.1-SNAPSHOT</version>
</dependency>

Apache Buildr

'com.github.jochenw:jsgen:jar:0.1-SNAPSHOT'

Apache Ivy

<dependency org="com.github.jochenw" name="jsgen" rev="0.1-SNAPSHOT">
  <artifact name="jsgen" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.jochenw', module='jsgen', version='0.1-SNAPSHOT')
)

Gradle/Grails

compile 'com.github.jochenw:jsgen:0.1-SNAPSHOT'

Scala SBT

libraryDependencies += "com.github.jochenw" % "jsgen" % "0.1-SNAPSHOT"

Leiningen

[com.github.jochenw/jsgen "0.1-SNAPSHOT"]