MVN

com.rtbhouse : kafka-workers

Maven & Gradle

Dec 10, 2021
32 stars

kafka-workers · Kafka's client library.

<dependency>
    <groupId>com.rtbhouse</groupId>
    <artifactId>kafka-workers</artifactId>
    <version>1.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.rtbhouse : kafka-workers to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.9

All Versions

Choose a version of com.rtbhouse : kafka-workers to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
kafka-workers-1.1.9
kafka-workers-1.1.8
kafka-workers-1.1.7
kafka-workers-1.1.6
kafka-workers-1.1.5
kafka-workers-1.1.4
kafka-workers-1.1.3
kafka-workers-1.1.2
kafka-workers-1.1.1
kafka-workers-1.1.0
1.0.x
kafka-workers-1.0.16
kafka-workers-1.0.15
kafka-workers-1.0.14
kafka-workers-1.0.13
kafka-workers-1.0.12
kafka-workers-1.0.11
kafka-workers-1.0.10
kafka-workers-1.0.9
kafka-workers-1.0.8
kafka-workers-1.0.7
kafka-workers-1.0.6
kafka-workers-1.0.5
kafka-workers-1.0.4
kafka-workers-1.0.3
kafka-workers-1.0.2
kafka-workers-1.0.1
kafka-workers-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.rtbhouse</groupId>
    <artifactId>kafka-workers</artifactId>
    <version>1.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.rtbhouse : kafka-workers gradle dependency to your build.gradle file:

implementation 'com.rtbhouse:kafka-workers:1.1.9'

Gradle Kotlin DSL: Add the following com.rtbhouse : kafka-workers gradle kotlin dependency to your build.gradle.kts file:

implementation("com.rtbhouse:kafka-workers:1.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.rtbhouse : kafka-workers sbt scala dependency to your build.sbt file:

libraryDependencies += "com.rtbhouse" % "kafka-workers" % "1.1.9"

Advertisement