Maven Coordinates

Apache Maven

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

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

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

Scala SBT

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

Leiningen

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