Dependency Information

Apache Maven

<dependency>
  <groupId>de.fhdw.hfp416</groupId>
  <artifactId>de.fhdw.hfp416.spaces</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>

Apache Buildr

'de.fhdw.hfp416:de.fhdw.hfp416.spaces:jar:0.0.1-SNAPSHOT'

Apache Ivy

<dependency org="de.fhdw.hfp416" name="de.fhdw.hfp416.spaces" rev="0.0.1-SNAPSHOT">
  <artifact name="de.fhdw.hfp416.spaces" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='de.fhdw.hfp416', module='de.fhdw.hfp416.spaces', version='0.0.1-SNAPSHOT')
)

Gradle/Grails

compile 'de.fhdw.hfp416:de.fhdw.hfp416.spaces:0.0.1-SNAPSHOT'

Scala SBT

libraryDependencies += "de.fhdw.hfp416" % "de.fhdw.hfp416.spaces" % "0.0.1-SNAPSHOT"

Leiningen

[de.fhdw.hfp416/de.fhdw.hfp416.spaces "0.0.1-SNAPSHOT"]