MVN

com.github.jcustenborder.kafka : kafka-connect-client

Maven & Gradle

May 02, 2020
2 stars

kafka-connect-client

<dependency>
    <groupId>com.github.jcustenborder.kafka</groupId>
    <artifactId>kafka-connect-client</artifactId>
    <version>0.2.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jcustenborder.kafka : kafka-connect-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.8

All Versions

Choose a version of com.github.jcustenborder.kafka : kafka-connect-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
kafka-connect-client-0.2.8
kafka-connect-client-0.2.7
0.1.x
kafka-connect-client-0.1.6
kafka-connect-client-0.1.5
kafka-connect-client-0.1.1

How to add a dependency to Maven

Add the following com.github.jcustenborder.kafka : kafka-connect-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.jcustenborder.kafka</groupId>
    <artifactId>kafka-connect-client</artifactId>
    <version>0.2.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jcustenborder.kafka : kafka-connect-client gradle dependency to your build.gradle file:

implementation 'com.github.jcustenborder.kafka:kafka-connect-client:0.2.8'

Gradle Kotlin DSL: Add the following com.github.jcustenborder.kafka : kafka-connect-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.jcustenborder.kafka:kafka-connect-client:0.2.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jcustenborder.kafka : kafka-connect-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jcustenborder.kafka" % "kafka-connect-client" % "0.2.8"