MVN

io.streamthoughts : kafka-connect-file-pulse-plugin

Maven & Gradle

Sep 04, 2020
269 stars

Kafka Connect Source File Pulse Plugin · Connect File Pulse is a multi-purpose source connector for streaming files from a local filesystem to Kafka.

<dependency>
    <groupId>io.streamthoughts</groupId>
    <artifactId>kafka-connect-file-pulse-plugin</artifactId>
    <version>1.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.streamthoughts : kafka-connect-file-pulse-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.2

All Versions

Choose a version of io.streamthoughts : kafka-connect-file-pulse-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
kafka-connect-file-pulse-plugin-1.5.2
1.4.x
kafka-connect-file-pulse-plugin-1.4.2
kafka-connect-file-pulse-plugin-1.4.1
1.3.x
kafka-connect-file-pulse-plugin-1.3.1

How to add a dependency to Maven

Add the following io.streamthoughts : kafka-connect-file-pulse-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.streamthoughts</groupId>
    <artifactId>kafka-connect-file-pulse-plugin</artifactId>
    <version>1.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.streamthoughts : kafka-connect-file-pulse-plugin gradle dependency to your build.gradle file:

implementation 'io.streamthoughts:kafka-connect-file-pulse-plugin:1.5.2'

Gradle Kotlin DSL: Add the following io.streamthoughts : kafka-connect-file-pulse-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.streamthoughts:kafka-connect-file-pulse-plugin:1.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.streamthoughts : kafka-connect-file-pulse-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.streamthoughts" % "kafka-connect-file-pulse-plugin" % "1.5.2"

Advertisement