Categories |
CategoriesRedis Data Databases Logging Application Layer Libs |
---|---|
GroupId | GroupIdcom.opentable.components |
ArtifactId | ArtifactIdotj-logging-redis |
Version | Version2.2.1 |
Type | Typejar |
Description |
Descriptionotj-logging-redis
Logging component Redis appender
|
<!-- https://jarcasting.com/artifacts/com.opentable.components/otj-logging-redis/ -->
<dependency>
<groupId>com.opentable.components</groupId>
<artifactId>otj-logging-redis</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.opentable.components/otj-logging-redis/
implementation 'com.opentable.components:otj-logging-redis:2.2.1'
// https://jarcasting.com/artifacts/com.opentable.components/otj-logging-redis/
implementation ("com.opentable.components:otj-logging-redis:2.2.1")
'com.opentable.components:otj-logging-redis:jar:2.2.1'
<dependency org="com.opentable.components" name="otj-logging-redis" rev="2.2.1">
<artifact name="otj-logging-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opentable.components', module='otj-logging-redis', version='2.2.1')
)
libraryDependencies += "com.opentable.components" % "otj-logging-redis" % "2.2.1"
[com.opentable.components/otj-logging-redis "2.2.1"]
Group / Artifact | Type | Version |
---|---|---|
com.opentable.components : otj-logging | jar | 2.1.1 |
ch.qos.logback : logback-core | jar | 1.1.7 |
ch.qos.logback : logback-classic | jar | 1.1.7 |
com.google.guava : guava | jar | 20.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.8.5 |
redis.clients : jedis | jar | 2.5.1 |
org.apache.commons : commons-pool2 | jar |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar | 1.7.21 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-core | jar | 1.3 |
com.fasterxml.jackson.module : jackson-module-mrbean | jar | 2.8.5 |
com.github.spullara.redis : netty4-server | jar | 0.7-OT-2 |
io.netty : netty-all | jar | 4.0.10.Final |