MVN

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

Maven & Gradle

Apr 03, 2018

kafka-connect-influxdb · This plugin has both a source and a sink for writing data to InfluxDB. The Sink Connector will process the data and batch the payload based on the host. The Source connector will emulate an InfluxDB endpoint and allow a standard client to write data.

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

Latest Version

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

  • Latest Stable: 0.1.0.13

All Versions

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

Version Vulnerabilities Updated
0.1.x
kafka-connect-influxdb-0.1.0.13
kafka-connect-influxdb-0.1.0.12
kafka-connect-influxdb-0.1.0.11
kafka-connect-influxdb-0.1.0.10
kafka-connect-influxdb-0.1.0.9
kafka-connect-influxdb-0.1.0.2
kafka-connect-influxdb-0.1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.jcustenborder.kafka.connect</groupId>
    <artifactId>kafka-connect-influxdb</artifactId>
    <version>0.1.0.13</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.jcustenborder.kafka.connect:kafka-connect-influxdb:0.1.0.13'

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

implementation("com.github.jcustenborder.kafka.connect:kafka-connect-influxdb:0.1.0.13")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.jcustenborder.kafka.connect" % "kafka-connect-influxdb" % "0.1.0.13"