Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdcom.opentable.components |
ArtifactId | ArtifactIdotj-logging-bucket |
Version | Version3.0.13 |
Type | Typejar |
Filename | Size |
---|---|
otj-logging-bucket-3.0.13.pom | |
otj-logging-bucket-3.0.13.jar | 8 KB |
otj-logging-bucket-3.0.13-sources.jar | 6 KB |
otj-logging-bucket-3.0.13-javadoc.jar | 414 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.opentable.components/otj-logging-bucket/ -->
<dependency>
<groupId>com.opentable.components</groupId>
<artifactId>otj-logging-bucket</artifactId>
<version>3.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.opentable.components/otj-logging-bucket/
implementation 'com.opentable.components:otj-logging-bucket:3.0.13'
// https://jarcasting.com/artifacts/com.opentable.components/otj-logging-bucket/
implementation ("com.opentable.components:otj-logging-bucket:3.0.13")
'com.opentable.components:otj-logging-bucket:jar:3.0.13'
<dependency org="com.opentable.components" name="otj-logging-bucket" rev="3.0.13">
<artifact name="otj-logging-bucket" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opentable.components', module='otj-logging-bucket', version='3.0.13')
)
libraryDependencies += "com.opentable.components" % "otj-logging-bucket" % "3.0.13"
[com.opentable.components/otj-logging-bucket "3.0.13"]