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