MVN

com.opentable.components : otj-kafka-tests

Maven & Gradle

Nov 04, 2022
4 usages
4 stars

Kafka integrations component (test)

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

Latest Version

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

  • Latest Stable: 5.2.8

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.opentable.components</groupId>
    <artifactId>otj-kafka-tests</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-tests gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement