Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdcom.opentable.components |
ArtifactId | ArtifactIdotj-logging-kafka |
Last Version | Last Version5.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionotj-logging-kafka
Logging component Kafka appender
|
<!-- https://jarcasting.com/artifacts/com.opentable.components/otj-logging-kafka/ -->
<dependency>
<groupId>com.opentable.components</groupId>
<artifactId>otj-logging-kafka</artifactId>
<version>5.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.opentable.components/otj-logging-kafka/
implementation 'com.opentable.components:otj-logging-kafka:5.3.0'
// https://jarcasting.com/artifacts/com.opentable.components/otj-logging-kafka/
implementation ("com.opentable.components:otj-logging-kafka:5.3.0")
'com.opentable.components:otj-logging-kafka:jar:5.3.0'
<dependency org="com.opentable.components" name="otj-logging-kafka" rev="5.3.0">
<artifact name="otj-logging-kafka" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opentable.components', module='otj-logging-kafka', version='5.3.0')
)
libraryDependencies += "com.opentable.components" % "otj-logging-kafka" % "5.3.0"
[com.opentable.components/otj-logging-kafka "5.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.opentable.components : otj-logging | jar | 5.3.0 |
ch.qos.logback : logback-core | jar | 1.2.11 |
ch.qos.logback : logback-classic | jar | 1.2.11 |
com.google.guava : guava | jar | 31.0.1-jre |
org.apache.kafka : kafka-clients | jar | 3.0.1 |
org.scala-lang : scala-library | jar | 2.13.6 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : log4j-over-slf4j | jar | 1.7.36 |
org.slf4j : jcl-over-slf4j | jar | 1.7.36 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.hamcrest : hamcrest-core | jar | 2.2 |
org.apache.kafka : kafka_2.13 | jar | 3.0.1 |