MVN

com.opentable.components : otj-kafka-mirrormaker

Maven & Gradle

Nov 04, 2022
4 stars

Kafka integrations component (mirrormaker)

<dependency>
    <groupId>com.opentable.components</groupId>
    <artifactId>otj-kafka-mirrormaker</artifactId>
    <version>5.2.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.opentable.components : otj-kafka-mirrormaker to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.2.8

All Versions

Choose a version of com.opentable.components : otj-kafka-mirrormaker to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.2.x
otj-kafka-mirrormaker-5.2.8
otj-kafka-mirrormaker-5.2.7
otj-kafka-mirrormaker-5.2.6
otj-kafka-mirrormaker-5.2.4
otj-kafka-mirrormaker-5.2.3
otj-kafka-mirrormaker-5.2.2
otj-kafka-mirrormaker-5.2.1
otj-kafka-mirrormaker-5.2.0
3.2.x
otj-kafka-mirrormaker-3.2.2
otj-kafka-mirrormaker-3.2.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.opentable.components</groupId>
    <artifactId>otj-kafka-mirrormaker</artifactId>
    <version>5.2.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.opentable.components : otj-kafka-mirrormaker gradle dependency to your build.gradle file:

implementation 'com.opentable.components:otj-kafka-mirrormaker:5.2.8'

Gradle Kotlin DSL: Add the following com.opentable.components : otj-kafka-mirrormaker gradle kotlin dependency to your build.gradle.kts file:

implementation("com.opentable.components:otj-kafka-mirrormaker:5.2.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.opentable.components : otj-kafka-mirrormaker sbt scala dependency to your build.sbt file:

libraryDependencies += "com.opentable.components" % "otj-kafka-mirrormaker" % "5.2.8"

Advertisement