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