Maven Coordinates
Apache Maven
<dependency> <groupId>io.github.magwas</groupId> <artifactId>coder</artifactId> <version>root.17</version> </dependency>
Apache Ivy
<dependency org="io.github.magwas" name="coder" rev="root.17"> <artifact name="coder" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='io.github.magwas', module='coder', version='root.17') )
Gradle/Grails
implementation 'io.github.magwas:coder:root.17'
Scala SBT
libraryDependencies += "io.github.magwas" % "coder" % "root.17"
Leiningen
[io.github.magwas/coder "root.17"]
