Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.sesygroup.choreography</groupId>
  <artifactId>choreography-specification</artifactId>
  <version>1.0.0</version>
</dependency>

Apache Buildr

'com.github.sesygroup.choreography:choreography-specification:jar:1.0.0'

Apache Ivy

<dependency org="com.github.sesygroup.choreography" name="choreography-specification" rev="1.0.0">
  <artifact name="choreography-specification" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.sesygroup.choreography', module='choreography-specification', version='1.0.0')
)

Gradle/Grails

compile 'com.github.sesygroup.choreography:choreography-specification:1.0.0'

Scala SBT

libraryDependencies += "com.github.sesygroup.choreography" % "choreography-specification" % "1.0.0"

Leiningen

[com.github.sesygroup.choreography/choreography-specification "1.0.0"]