Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.dakusui</groupId>
  <artifactId>java8-template</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>

Apache Buildr

'com.github.dakusui:java8-template:jar:1.0.0-SNAPSHOT'

Apache Ivy

<dependency org="com.github.dakusui" name="java8-template" rev="1.0.0-SNAPSHOT">
  <artifact name="java8-template" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.dakusui', module='java8-template', version='1.0.0-SNAPSHOT')
)

Gradle/Grails

compile 'com.github.dakusui:java8-template:1.0.0-SNAPSHOT'

Scala SBT

libraryDependencies += "com.github.dakusui" % "java8-template" % "1.0.0-SNAPSHOT"

Leiningen

[com.github.dakusui/java8-template "1.0.0-SNAPSHOT"]