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