Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdcom.opentable.components |
ArtifactId | ArtifactIdotj-logging |
Version | Version1.4.0 |
Type | Typejar |
Filename | Size |
---|---|
otj-logging-1.4.0.pom | |
otj-logging-1.4.0.jar | 8 KB |
otj-logging-1.4.0-sources.jar | 4 KB |
otj-logging-1.4.0-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.opentable.components/otj-logging/ -->
<dependency>
<groupId>com.opentable.components</groupId>
<artifactId>otj-logging</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.opentable.components/otj-logging/
implementation 'com.opentable.components:otj-logging:1.4.0'
// https://jarcasting.com/artifacts/com.opentable.components/otj-logging/
implementation ("com.opentable.components:otj-logging:1.4.0")
'com.opentable.components:otj-logging:jar:1.4.0'
<dependency org="com.opentable.components" name="otj-logging" rev="1.4.0">
<artifact name="otj-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opentable.components', module='otj-logging', version='1.4.0')
)
libraryDependencies += "com.opentable.components" % "otj-logging" % "1.4.0"
[com.opentable.components/otj-logging "1.4.0"]