Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.dakusui</groupId>
  <artifactId>symfonion</artifactId>
  <version>1.0.2-SNAPSHOT</version>
</dependency>

Apache Buildr

'com.github.dakusui:symfonion:jar:1.0.2-SNAPSHOT'

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

compile 'com.github.dakusui:symfonion:1.0.2-SNAPSHOT'

Scala SBT

libraryDependencies += "com.github.dakusui" % "symfonion" % "1.0.2-SNAPSHOT"

Leiningen

[com.github.dakusui/symfonion "1.0.2-SNAPSHOT"]