Maven Coordinates
Apache Maven
<dependency>
<groupId>com.ganteater</groupId>
<artifactId>anteater</artifactId>
<version>1.2.1</version>
<type>pom</type>
</dependency>
Apache Ivy
<dependency org="com.ganteater" name="anteater" rev="1.2.1">
<artifact name="anteater" type="pom" />
</dependency>
Groovy Grape
@Grapes(
@Grab(group='com.ganteater', module='anteater', version='1.2.1')
)
Gradle/Grails
implementation 'com.ganteater:anteater:1.2.1'
Scala SBT
libraryDependencies += "com.ganteater" % "anteater" % "1.2.1"
Leiningen
[com.ganteater/anteater "1.2.1"]