Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.dakusui</groupId>
  <artifactId>scriptiveunit</artifactId>
  <version>0.4.0-SNAPSHOT</version>
</dependency>

Apache Buildr

'com.github.dakusui:scriptiveunit:jar:0.4.0-SNAPSHOT'

Apache Ivy

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

Groovy Grape

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

Grails

compile 'com.github.dakusui:scriptiveunit:0.4.0-SNAPSHOT'

Leiningen

[com.github.dakusui/scriptiveunit "0.4.0-SNAPSHOT"]

SBT

libraryDependencies += "com.github.dakusui" % "scriptiveunit" % "0.4.0-SNAPSHOT"