Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.dakusui</groupId>
  <artifactId>jcunit</artifactId>
  <version>0.10.0-SNAPSHOT</version>
</dependency>

Apache Buildr

'com.github.dakusui:jcunit:jar:0.10.0-SNAPSHOT'

Apache Ivy

<dependency org="com.github.dakusui" name="jcunit" rev="0.10.0-SNAPSHOT">
  <artifact name="jcunit" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.dakusui', module='jcunit', version='0.10.0-SNAPSHOT')
)

Gradle/Grails

compile 'com.github.dakusui:jcunit:0.10.0-SNAPSHOT'

Scala SBT

libraryDependencies += "com.github.dakusui" % "jcunit" % "0.10.0-SNAPSHOT"

Leiningen

[com.github.dakusui/jcunit "0.10.0-SNAPSHOT"]