Maven Coordinates

Apache Maven

<dependency>
  <groupId>io.github.tonywasher.joceanus.tethys</groupId>
  <artifactId>tethys-test</artifactId>
  <version>1.6.3-b6</version>
</dependency>

Apache Ivy

<dependency org="io.github.tonywasher.joceanus.tethys" name="tethys-test" rev="1.6.3-b6">
  <artifact name="tethys-test" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='io.github.tonywasher.joceanus.tethys', module='tethys-test', version='1.6.3-b6')
)

Gradle/Grails

implementation 'io.github.tonywasher.joceanus.tethys:tethys-test:1.6.3-b6'

Scala SBT

libraryDependencies += "io.github.tonywasher.joceanus.tethys" % "tethys-test" % "1.6.3-b6"

Leiningen

[io.github.tonywasher.joceanus.tethys/tethys-test "1.6.3-b6"]