is not current version
Last Version 0.8.11

com.github.castorm:kafka-connect-http 0.8.0

Kafka Connect connector that enables Change Data Capture from JSON/HTTP APIs into Kafka.

Categories

Categories

ORM Data
GroupId

GroupId

com.github.castorm
ArtifactId

ArtifactId

kafka-connect-http
Version

Version

0.8.0
Type

Type

jar

Download kafka-connect-http 0.8.0


<!-- https://jarcasting.com/artifacts/com.github.castorm/kafka-connect-http/ -->
<dependency>
    <groupId>com.github.castorm</groupId>
    <artifactId>kafka-connect-http</artifactId>
    <version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.castorm/kafka-connect-http/
implementation 'com.github.castorm:kafka-connect-http:0.8.0'
// https://jarcasting.com/artifacts/com.github.castorm/kafka-connect-http/
implementation ("com.github.castorm:kafka-connect-http:0.8.0")
'com.github.castorm:kafka-connect-http:jar:0.8.0'
<dependency org="com.github.castorm" name="kafka-connect-http" rev="0.8.0">
  <artifact name="kafka-connect-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.castorm', module='kafka-connect-http', version='0.8.0')
)
libraryDependencies += "com.github.castorm" % "kafka-connect-http" % "0.8.0"
[com.github.castorm/kafka-connect-http "0.8.0"]