Dependency Information

Apache Maven

<dependency>
  <groupId>org.cyclopsgroup.datamung</groupId>
  <artifactId>datamung-web</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>

Apache Buildr

'org.cyclopsgroup.datamung:datamung-web:jar:1.0.0-SNAPSHOT'

Apache Ant

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

Groovy Grape

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

Grails

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

Leiningen

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

SBT

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