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