MVN

com.github.castorm : kafka-connect-http

Maven & Gradle

Mar 26, 2021
98 stars

Kafka Connect HTTP

<dependency>
    <groupId>com.github.castorm</groupId>
    <artifactId>kafka-connect-http</artifactId>
    <version>0.8.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.8.11

All Versions

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

Version Vulnerabilities Updated
0.8.x
kafka-connect-http-0.8.11
kafka-connect-http-0.8.10
kafka-connect-http-0.8.9
kafka-connect-http-0.8.8
kafka-connect-http-0.8.7
kafka-connect-http-0.8.6
kafka-connect-http-0.8.5
kafka-connect-http-0.8.4
kafka-connect-http-0.8.3
kafka-connect-http-0.8.2
kafka-connect-http-0.8.0
0.7.x
kafka-connect-http-0.7.6
kafka-connect-http-0.7.5
kafka-connect-http-0.7.4
kafka-connect-http-0.7.3
kafka-connect-http-0.7.2
kafka-connect-http-0.7.1
kafka-connect-http-0.7.0
0.6.x
kafka-connect-http-0.6.3
kafka-connect-http-0.6.2
kafka-connect-http-0.6.1
kafka-connect-http-0.6.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.castorm</groupId>
    <artifactId>kafka-connect-http</artifactId>
    <version>0.8.11</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.castorm:kafka-connect-http:0.8.11'

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

implementation("com.github.castorm:kafka-connect-http:0.8.11")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.castorm" % "kafka-connect-http" % "0.8.11"

Advertisement