Maven Coordinates

Apache Maven

<dependency>
  <groupId>com.ganteater.plugins</groupId>
  <artifactId>ae-plugins</artifactId>
  <version>1.2.4-SNAPSHOT</version>
  <type>pom</type>
</dependency>

Apache Ivy

<dependency org="com.ganteater.plugins" name="ae-plugins" rev="1.2.4-SNAPSHOT">
  <artifact name="ae-plugins" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.ganteater.plugins', module='ae-plugins', version='1.2.4-SNAPSHOT')
)

Gradle/Grails

implementation 'com.ganteater.plugins:ae-plugins:1.2.4-SNAPSHOT'

Scala SBT

libraryDependencies += "com.ganteater.plugins" % "ae-plugins" % "1.2.4-SNAPSHOT"

Leiningen

[com.ganteater.plugins/ae-plugins "1.2.4-SNAPSHOT"]