Dependency Information

Apache Maven

<dependency>
  <groupId>de.fhdw.hfw417</groupId>
  <artifactId>dokumentenpostfach</artifactId>
  <version>0.0.2-SNAPSHOT</version>
  <type>war</type>
</dependency>

Apache Ivy

<dependency org="de.fhdw.hfw417" name="dokumentenpostfach" rev="0.0.2-SNAPSHOT">
  <artifact name="dokumentenpostfach" type="war" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='de.fhdw.hfw417', module='dokumentenpostfach', version='0.0.2-SNAPSHOT')
)

Gradle/Grails

compile 'de.fhdw.hfw417:dokumentenpostfach:0.0.2-SNAPSHOT'

Scala SBT

libraryDependencies += "de.fhdw.hfw417" % "dokumentenpostfach" % "0.0.2-SNAPSHOT"

Leiningen

[de.fhdw.hfw417/dokumentenpostfach "0.0.2-SNAPSHOT"]