Maven Coordinates

Apache Maven

<dependency>
  <groupId>io.github.magwas</groupId>
  <artifactId>coder</artifactId>
  <version>root.18</version>
</dependency>

Apache Ivy

<dependency org="io.github.magwas" name="coder" rev="root.18">
  <artifact name="coder" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='io.github.magwas', module='coder', version='root.18')
)

Gradle/Grails

implementation 'io.github.magwas:coder:root.18'

Scala SBT

libraryDependencies += "io.github.magwas" % "coder" % "root.18"

Leiningen

[io.github.magwas/coder "root.18"]