Dependency Information
Apache Maven
<dependency>
<groupId>de.fhdw.gaming</groupId>
<artifactId>gaming-build-tools</artifactId>
<version>1.0.2-SNAPSHOT</version>
</dependency>
Apache Ivy
<dependency org="de.fhdw.gaming" name="gaming-build-tools" rev="1.0.2-SNAPSHOT">
<artifact name="gaming-build-tools" type="jar" />
</dependency>
Groovy Grape
@Grapes(
@Grab(group='de.fhdw.gaming', module='gaming-build-tools', version='1.0.2-SNAPSHOT')
)
Gradle/Grails
implementation 'de.fhdw.gaming:gaming-build-tools:1.0.2-SNAPSHOT'
Scala SBT
libraryDependencies += "de.fhdw.gaming" % "gaming-build-tools" % "1.0.2-SNAPSHOT"
Leiningen
[de.fhdw.gaming/gaming-build-tools "1.0.2-SNAPSHOT"]