MVN

com.opentable.components : otj-logging-bucket

Maven & Gradle

Mar 09, 2023
3 usages
4 stars

otj-logging-bucket · Logging component

<dependency>
    <groupId>com.opentable.components</groupId>
    <artifactId>otj-logging-bucket</artifactId>
    <version>6.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.opentable.components : otj-logging-bucket to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.0

All Versions

Choose a version of com.opentable.components : otj-logging-bucket to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
otj-logging-bucket-6.0.0
5.3.x
otj-logging-bucket-5.3.1
otj-logging-bucket-5.3.0
5.2.x
otj-logging-bucket-5.2.4
otj-logging-bucket-5.2.3
otj-logging-bucket-5.2.2
otj-logging-bucket-5.2.1
otj-logging-bucket-5.2.0
3.0.x
otj-logging-bucket-3.0.13
otj-logging-bucket-3.0.12
otj-logging-bucket-3.0.11
otj-logging-bucket-3.0.10
otj-logging-bucket-3.0.9
otj-logging-bucket-3.0.8

How to add a dependency to Maven

Add the following com.opentable.components : otj-logging-bucket maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.opentable.components</groupId>
    <artifactId>otj-logging-bucket</artifactId>
    <version>6.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.opentable.components : otj-logging-bucket gradle dependency to your build.gradle file:

implementation 'com.opentable.components:otj-logging-bucket:6.0.0'

Gradle Kotlin DSL: Add the following com.opentable.components : otj-logging-bucket gradle kotlin dependency to your build.gradle.kts file:

implementation("com.opentable.components:otj-logging-bucket:6.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.opentable.components : otj-logging-bucket sbt scala dependency to your build.sbt file:

libraryDependencies += "com.opentable.components" % "otj-logging-bucket" % "6.0.0"

Advertisement