| Categories |
CategoriesJetty Container Application Servers Logging Application Layer Libs |
|---|---|
| GroupId | GroupIdcom.opentable.components |
| ArtifactId | ArtifactIdotj-logging-jetty |
| Version | Version5.2.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| otj-logging-jetty-5.2.1.pom | |
| otj-logging-jetty-5.2.1.jar | 9 KB |
| otj-logging-jetty-5.2.1-sources.jar | 7 KB |
| otj-logging-jetty-5.2.1-javadoc.jar | 407 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.opentable.components/otj-logging-jetty/ -->
<dependency>
<groupId>com.opentable.components</groupId>
<artifactId>otj-logging-jetty</artifactId>
<version>5.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.opentable.components/otj-logging-jetty/
implementation 'com.opentable.components:otj-logging-jetty:5.2.1'
// https://jarcasting.com/artifacts/com.opentable.components/otj-logging-jetty/
implementation ("com.opentable.components:otj-logging-jetty:5.2.1")
'com.opentable.components:otj-logging-jetty:jar:5.2.1'
<dependency org="com.opentable.components" name="otj-logging-jetty" rev="5.2.1">
<artifact name="otj-logging-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opentable.components', module='otj-logging-jetty', version='5.2.1')
)
libraryDependencies += "com.opentable.components" % "otj-logging-jetty" % "5.2.1"
[com.opentable.components/otj-logging-jetty "5.2.1"]