| GroupId | GroupIdcom.opentable.components |
|---|---|
| ArtifactId | ArtifactIdotj-kafka |
| Version | Version3.2.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| otj-kafka-3.2.1.pom | |
| otj-kafka-3.2.1.jar | 79 KB |
| otj-kafka-3.2.1-tests.jar | 48 KB |
| otj-kafka-3.2.1-test-sources.jar | 25 KB |
| otj-kafka-3.2.1-sources.jar | 51 KB |
| otj-kafka-3.2.1-javadoc.jar | 227 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.opentable.components/otj-kafka/ -->
<dependency>
<groupId>com.opentable.components</groupId>
<artifactId>otj-kafka</artifactId>
<version>3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.opentable.components/otj-kafka/
implementation 'com.opentable.components:otj-kafka:3.2.1'
// https://jarcasting.com/artifacts/com.opentable.components/otj-kafka/
implementation ("com.opentable.components:otj-kafka:3.2.1")
'com.opentable.components:otj-kafka:jar:3.2.1'
<dependency org="com.opentable.components" name="otj-kafka" rev="3.2.1">
<artifact name="otj-kafka" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opentable.components', module='otj-kafka', version='3.2.1')
)
libraryDependencies += "com.opentable.components" % "otj-kafka" % "3.2.1"
[com.opentable.components/otj-kafka "3.2.1"]