Dependency Information

Apache Maven

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

Apache Buildr

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

Apache Ant

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

Groovy Grape

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

Grails

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

Leiningen

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

SBT

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