Dependency Information

Apache Maven

<dependency>
  <groupId>de.fhdw.gaming.ipspiel21</groupId>
  <artifactId>ipspiel21-customCore</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>

Apache Buildr

'de.fhdw.gaming.ipspiel21:ipspiel21-customCore:jar:1.0.0-SNAPSHOT'

Apache Ivy

<dependency org="de.fhdw.gaming.ipspiel21" name="ipspiel21-customCore" rev="1.0.0-SNAPSHOT">
  <artifact name="ipspiel21-customCore" type="jar" />
</dependency>

Groovy Grape

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

Gradle/Grails

compile 'de.fhdw.gaming.ipspiel21:ipspiel21-customCore:1.0.0-SNAPSHOT'

Scala SBT

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

Leiningen

[de.fhdw.gaming.ipspiel21/ipspiel21-customCore "1.0.0-SNAPSHOT"]