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