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