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