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