MVN

uk.camsw.rx : rx-kafka

Maven & Gradle

Sep 04, 2015
5 stars

rx-kafka · rx-kafka

<dependency>
    <groupId>uk.camsw.rx</groupId>
    <artifactId>rx-kafka</artifactId>
    <version>2.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.camsw.rx : rx-kafka to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0
  • Latest Release Candidate: 2.0-0-RC1

All Versions

Choose a version of uk.camsw.rx : rx-kafka to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
rx-kafka-2.3.0
2.2.x
rx-kafka-2.2.0
2.1.x
rx-kafka-2.1.0
2.0.x
rx-kafka-2.0.1
rx-kafka-2.0.0
2.0
rx-kafka-2.0-0-RC1

How to add a dependency to Maven

Add the following uk.camsw.rx : rx-kafka maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.camsw.rx</groupId>
    <artifactId>rx-kafka</artifactId>
    <version>2.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.camsw.rx : rx-kafka gradle dependency to your build.gradle file:

implementation 'uk.camsw.rx:rx-kafka:2.3.0'

Gradle Kotlin DSL: Add the following uk.camsw.rx : rx-kafka gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.camsw.rx:rx-kafka:2.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.camsw.rx : rx-kafka sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.camsw.rx" % "rx-kafka" % "2.3.0"

Advertisement