<dependency>
<groupId>io.confluent</groupId>
<artifactId>kafka-connect-maven-plugin</artifactId>
<version>0.9.1</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='io.confluent', module='kafka-connect-maven-plugin', version='0.9.1')
)
<parent> <groupId>io.confluent</groupId> <artifactId>kafka-connect-packaging-plugins</artifactId> <version>0.9.1</version> </parent>
compile
|-- org.apache.maven:maven-plugin-api:3.5.0
|-- org.apache.maven.plugin-tools:maven-plugin-annotations:3.5
|-- org.twdata.maven:mojo-executor-maven-plugin:2.3.0
|-- junit:junit
provided