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