Dependency Information

Apache Maven

<dependency>
  <groupId>de.fhdw.gaming.othello</groupId>
  <artifactId>othello-strategy-template</artifactId>
  <version>1.0.2-SNAPSHOT</version>
</dependency>

Apache Ivy

<dependency org="de.fhdw.gaming.othello" name="othello-strategy-template" rev="1.0.2-SNAPSHOT">
  <artifact name="othello-strategy-template" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='de.fhdw.gaming.othello', module='othello-strategy-template', version='1.0.2-SNAPSHOT')
)

Gradle/Grails

implementation 'de.fhdw.gaming.othello:othello-strategy-template:1.0.2-SNAPSHOT'

Scala SBT

libraryDependencies += "de.fhdw.gaming.othello" % "othello-strategy-template" % "1.0.2-SNAPSHOT"

Leiningen

[de.fhdw.gaming.othello/othello-strategy-template "1.0.2-SNAPSHOT"]