Dependency Information

Apache Maven

<dependency>
  <groupId>de.fhdw.wtf</groupId>
  <artifactId>de.fhdw.wtf.context</artifactId>
  <version>1.0-SNAPSHOT</version>
</dependency>

Apache Buildr

'de.fhdw.wtf:de.fhdw.wtf.context:jar:1.0-SNAPSHOT'

Apache Ivy

<dependency org="de.fhdw.wtf" name="de.fhdw.wtf.context" rev="1.0-SNAPSHOT">
  <artifact name="de.fhdw.wtf.context" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='de.fhdw.wtf', module='de.fhdw.wtf.context', version='1.0-SNAPSHOT')
)

Grails

compile 'de.fhdw.wtf:de.fhdw.wtf.context:1.0-SNAPSHOT'

Leiningen

[de.fhdw.wtf/de.fhdw.wtf.context "1.0-SNAPSHOT"]

SBT

libraryDependencies += "de.fhdw.wtf" % "de.fhdw.wtf.context" % "1.0-SNAPSHOT"