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