<dependency> <groupId>com.github.jochenw</groupId> <artifactId>jsgen</artifactId> <version>0.1-SNAPSHOT</version> </dependency>
'com.github.jochenw:jsgen:jar:0.1-SNAPSHOT'
<dependency org="com.github.jochenw" name="jsgen" rev="0.1-SNAPSHOT"> <artifact name="jsgen" type="jar" /> </dependency>
@Grapes( @Grab(group='com.github.jochenw', module='jsgen', version='0.1-SNAPSHOT') )
compile 'com.github.jochenw:jsgen:0.1-SNAPSHOT'
libraryDependencies += "com.github.jochenw" % "jsgen" % "0.1-SNAPSHOT"
[com.github.jochenw/jsgen "0.1-SNAPSHOT"]