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