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