Maven Coordinates

Apache Maven

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

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

implementation 'io.github.magwas:coder:0.0.1'

Scala SBT

libraryDependencies += "io.github.magwas" % "coder" % "0.0.1"

Leiningen

[io.github.magwas/coder "0.0.1"]