Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.sesygroup.choreography</groupId>
  <artifactId>hybrid-system-behavior</artifactId>
  <version>1.0.0</version>
</dependency>

Apache Buildr

'com.github.sesygroup.choreography:hybrid-system-behavior:jar:1.0.0'

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

compile 'com.github.sesygroup.choreography:hybrid-system-behavior:1.0.0'

Scala SBT

libraryDependencies += "com.github.sesygroup.choreography" % "hybrid-system-behavior" % "1.0.0"

Leiningen

[com.github.sesygroup.choreography/hybrid-system-behavior "1.0.0"]