Dependency Information

Apache Maven

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

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

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

Scala SBT

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

Leiningen

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