MVN

com.opentable.components : otj-logging-jetty

Maven & Gradle

Mar 09, 2023
10 usages
4 stars

otj-logging-jetty · Logging component Jetty access log adapter

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

Latest Version

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

  • Latest Stable: 6.0.0

All Versions

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

Version Vulnerabilities Updated
6.0.x
otj-logging-jetty-6.0.0
5.3.x
otj-logging-jetty-5.3.1
otj-logging-jetty-5.3.0
5.2.x
otj-logging-jetty-5.2.4
otj-logging-jetty-5.2.3
otj-logging-jetty-5.2.2
otj-logging-jetty-5.2.1
otj-logging-jetty-5.2.0
3.0.x
otj-logging-jetty-3.0.13
otj-logging-jetty-3.0.12
otj-logging-jetty-3.0.11
otj-logging-jetty-3.0.10
otj-logging-jetty-3.0.9
otj-logging-jetty-3.0.8
otj-logging-jetty-3.0.7
otj-logging-jetty-3.0.6
otj-logging-jetty-3.0.5
otj-logging-jetty-3.0.4
otj-logging-jetty-3.0.3
otj-logging-jetty-3.0.2
otj-logging-jetty-3.0.1
otj-logging-jetty-3.0.0
2.7.x
otj-logging-jetty-2.7.6
otj-logging-jetty-2.7.5
otj-logging-jetty-2.7.4
otj-logging-jetty-2.7.3
otj-logging-jetty-2.7.2
otj-logging-jetty-2.7.1
otj-logging-jetty-2.7.0
2.6.x
otj-logging-jetty-2.6.0
2.5.x
otj-logging-jetty-2.5.2
otj-logging-jetty-2.5.1
otj-logging-jetty-2.5.0
2.3.x
otj-logging-jetty-2.3.2
otj-logging-jetty-2.3.1
2.2.x
otj-logging-jetty-2.2.3
otj-logging-jetty-2.2.2
otj-logging-jetty-2.2.1
otj-logging-jetty-2.2.0
2.1.x
otj-logging-jetty-2.1.1
2.0.x
otj-logging-jetty-2.0.2
otj-logging-jetty-2.0.1
otj-logging-jetty-2.0.0
1.10.x
otj-logging-jetty-1.10.1
otj-logging-jetty-1.10.0
1.9.x
otj-logging-jetty-1.9.1
otj-logging-jetty-1.9.0
1.8.x
otj-logging-jetty-1.8.0
1.7.x
otj-logging-jetty-1.7.0
1.6.x
otj-logging-jetty-1.6.5
otj-logging-jetty-1.6.4
otj-logging-jetty-1.6.3
otj-logging-jetty-1.6.2
otj-logging-jetty-1.6.1
otj-logging-jetty-1.6.0
1.5.x
otj-logging-jetty-1.5.0
1.4.x
otj-logging-jetty-1.4.2
otj-logging-jetty-1.4.1
otj-logging-jetty-1.4.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.opentable.components</groupId>
    <artifactId>otj-logging-jetty</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-jetty gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement