Maven Coordinates

Apache Maven

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

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

implementation 'com.github.dakusui:symfonion:3.0.5-SNAPSHOT'

Scala SBT

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

Leiningen

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