MVN

io.streamthoughts : kafka-connect-filepulse-aliyunoss-fs

Maven & Gradle

Mar 22, 2024

Kafka Connect Source File Pulse Aliyun OSS FS · Kafka Connect FilePulse - FileSystem - Support for Aliyun OSS

<dependency>
    <groupId>io.streamthoughts</groupId>
    <artifactId>kafka-connect-filepulse-aliyunoss-fs</artifactId>
    <version>2.14.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.streamthoughts : kafka-connect-filepulse-aliyunoss-fs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.14.1

All Versions

Choose a version of io.streamthoughts : kafka-connect-filepulse-aliyunoss-fs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.14.x
kafka-connect-filepulse-aliyunoss-fs-2.14.1
kafka-connect-filepulse-aliyunoss-fs-2.14.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.streamthoughts</groupId>
    <artifactId>kafka-connect-filepulse-aliyunoss-fs</artifactId>
    <version>2.14.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.streamthoughts : kafka-connect-filepulse-aliyunoss-fs gradle dependency to your build.gradle file:

implementation 'io.streamthoughts:kafka-connect-filepulse-aliyunoss-fs:2.14.1'

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

implementation("io.streamthoughts:kafka-connect-filepulse-aliyunoss-fs:2.14.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.streamthoughts : kafka-connect-filepulse-aliyunoss-fs sbt scala dependency to your build.sbt file:

libraryDependencies += "io.streamthoughts" % "kafka-connect-filepulse-aliyunoss-fs" % "2.14.1"

Advertisement