Dependency Information

Apache Maven

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

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

implementation 'de.fhdw.gaming.othello:othello-gui:1.0.2-SNAPSHOT'

Scala SBT

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

Leiningen

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