Categories |
CategoriesRedis Data Databases Logging Application Layer Libs |
---|---|
GroupId | GroupIdcom.opentable.components |
ArtifactId | ArtifactIdotj-logging-redis |
Version | Version2.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.opentable.components/otj-logging-redis/ -->
<dependency>
<groupId>com.opentable.components</groupId>
<artifactId>otj-logging-redis</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.opentable.components/otj-logging-redis/
implementation 'com.opentable.components:otj-logging-redis:2.1.1'
// https://jarcasting.com/artifacts/com.opentable.components/otj-logging-redis/
implementation ("com.opentable.components:otj-logging-redis:2.1.1")
'com.opentable.components:otj-logging-redis:jar:2.1.1'
<dependency org="com.opentable.components" name="otj-logging-redis" rev="2.1.1">
<artifact name="otj-logging-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opentable.components', module='otj-logging-redis', version='2.1.1')
)
libraryDependencies += "com.opentable.components" % "otj-logging-redis" % "2.1.1"
[com.opentable.components/otj-logging-redis "2.1.1"]