Dependency Information

Apache Maven

<dependency>
  <groupId>de.fhdw.gaming.ipspiel22</groupId>
  <artifactId>ipspiel22</artifactId>
  <version>1.0.0-SNAPSHOT</version>
  <type>pom</type>
</dependency>

Apache Ivy

<dependency org="de.fhdw.gaming.ipspiel22" name="ipspiel22" rev="1.0.0-SNAPSHOT">
  <artifact name="ipspiel22" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='de.fhdw.gaming.ipspiel22', module='ipspiel22', version='1.0.0-SNAPSHOT')
)

Gradle/Grails

compile 'de.fhdw.gaming.ipspiel22:ipspiel22:1.0.0-SNAPSHOT'

Scala SBT

libraryDependencies += "de.fhdw.gaming.ipspiel22" % "ipspiel22" % "1.0.0-SNAPSHOT"

Leiningen

[de.fhdw.gaming.ipspiel22/ipspiel22 "1.0.0-SNAPSHOT"]