Download connect-runtime-1.1.0.jar file - Jar c

Jar examples for c:connect-runtime

Description

You can download jar file connect-runtime 1.1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add connect-runtime-1.1.0.jar to your project.

<dependency>
   <groupId>org.apache.kafka</groupId>
   <artifactId>connect-runtime</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'org.apache.kafka', name: 'connect-runtime', version: '1.1.0'
libraryDependencies += "org.apache.kafka" % "connect-runtime" % "1.1.0"
<dependency org="org.apache.kafka" name="connect-runtime" rev="1.1.0"/>
@Grapes(@Grab(group='org.apache.kafka', module='connect-runtime', version='1.1.0'))
'org.apache.kafka:connect-runtime:jar:1.1.0'

Download

Click the following link to download the jar file.

connect-runtime-1.1.0-javadoc.jar
connect-runtime-1.1.0-sources.jar
connect-runtime-1.1.0-test-sources.jar
connect-runtime-1.1.0-test.jar
connect-runtime-1.1.0.jar
connect-runtime-1.1.0.pom



Related Tutorials