Important: Development and maintenance for this plugin have been permanently discontinued and the documentation is no longer updated.
    
Dependency Information
Apache Maven
<dependency>
  <groupId>io.confluent</groupId>
  <artifactId>kafka-connect-maven-plugin</artifactId>
  <version>0.12.1-SNAPSHOT</version>
  <type>maven-plugin</type>
</dependency>
 
Apache Buildr
'io.confluent:kafka-connect-maven-plugin:maven-plugin:0.12.1-SNAPSHOT'
 
Apache Ivy
<dependency org="io.confluent" name="kafka-connect-maven-plugin" rev="0.12.1-SNAPSHOT">
  <artifact name="kafka-connect-maven-plugin" type="maven-plugin" />
</dependency>
 
Groovy Grape
@Grapes(
@Grab(group='io.confluent', module='kafka-connect-maven-plugin', version='0.12.1-SNAPSHOT')
)
 
Gradle/Grails
compile 'io.confluent:kafka-connect-maven-plugin:0.12.1-SNAPSHOT'
 
Scala SBT
libraryDependencies += "io.confluent" % "kafka-connect-maven-plugin" % "0.12.1-SNAPSHOT"
 
Leiningen
[io.confluent/kafka-connect-maven-plugin "0.12.1-SNAPSHOT"]