Dependency Information

Apache Maven

<dependency>
  <groupId>de.fhdw.gaming.ipspiel21</groupId>
  <artifactId>ipspiel21-rock-paper-scissors</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>

Apache Buildr

'de.fhdw.gaming.ipspiel21:ipspiel21-rock-paper-scissors:jar:1.0.0-SNAPSHOT'

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

compile 'de.fhdw.gaming.ipspiel21:ipspiel21-rock-paper-scissors:1.0.0-SNAPSHOT'

Scala SBT

libraryDependencies += "de.fhdw.gaming.ipspiel21" % "ipspiel21-rock-paper-scissors" % "1.0.0-SNAPSHOT"

Leiningen

[de.fhdw.gaming.ipspiel21/ipspiel21-rock-paper-scissors "1.0.0-SNAPSHOT"]