Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.sesygroup.choreography</groupId>
  <artifactId>coordination-logic-realizer</artifactId>
  <version>1.0.0</version>
</dependency>

Apache Buildr

'com.github.sesygroup.choreography:coordination-logic-realizer:jar:1.0.0'

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

compile 'com.github.sesygroup.choreography:coordination-logic-realizer:1.0.0'

Scala SBT

libraryDependencies += "com.github.sesygroup.choreography" % "coordination-logic-realizer" % "1.0.0"

Leiningen

[com.github.sesygroup.choreography/coordination-logic-realizer "1.0.0"]