MVN

com.opentable.components : otj-kafka-spring

Maven & Gradle

Nov 04, 2022
1 usages
4 stars
<dependency>
    <groupId>com.opentable.components</groupId>
    <artifactId>otj-kafka-spring</artifactId>
    <version>5.2.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.2.8

All Versions

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

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

How to add a dependency to Maven

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

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement