Dependency Information

Apache Maven

<dependency>
  <groupId>org.cyclopsgroup.datamung</groupId>
  <artifactId>datamung-bundle</artifactId>
  <version>1.0.0-SNAPSHOT</version>
  <type>war</type>
</dependency>

Apache Buildr

'org.cyclopsgroup.datamung:datamung-bundle:war:1.0.0-SNAPSHOT'

Apache Ant

<dependency org="org.cyclopsgroup.datamung" name="datamung-bundle" rev="1.0.0-SNAPSHOT">
  <artifact name="datamung-bundle" type="war" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.cyclopsgroup.datamung', module='datamung-bundle', version='1.0.0-SNAPSHOT')
)

Grails

compile 'org.cyclopsgroup.datamung:datamung-bundle:1.0.0-SNAPSHOT'

Leiningen

[org.cyclopsgroup.datamung/datamung-bundle "1.0.0-SNAPSHOT"]

SBT

libraryDependencies += "org.cyclopsgroup.datamung" %% "datamung-bundle" % "1.0.0-SNAPSHOT"