Dependency Information

Apache Maven

<dependency>
  <groupId>org.keridwen.scxml</groupId>
  <artifactId>org-keridwen-scxml</artifactId>
  <version>2.0.2-SNAPSHOT</version>
  <type>bundle</type>
</dependency>

Apache Buildr

'org.keridwen.scxml:org-keridwen-scxml:bundle:2.0.2-SNAPSHOT'

Apache Ant

<dependency org="org.keridwen.scxml" name="org-keridwen-scxml" rev="2.0.2-SNAPSHOT">
  <artifact name="org-keridwen-scxml" type="bundle" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.keridwen.scxml', module='org-keridwen-scxml', version='2.0.2-SNAPSHOT')
)

Grails

compile 'org.keridwen.scxml:org-keridwen-scxml:2.0.2-SNAPSHOT'

Leiningen

[org.keridwen.scxml/org-keridwen-scxml "2.0.2-SNAPSHOT"]

SBT

libraryDependencies += "org.keridwen.scxml" %% "org-keridwen-scxml" % "2.0.2-SNAPSHOT"