GroupId | GroupIdcom.opentable.components |
---|---|
ArtifactId | ArtifactIdotj-server |
Last Version | Last Version5.2.8 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOld otj-server - Relocation Artifact
This is the Base POM for internal OpenTable Spring Maven projects.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
otj-server-5.2.8.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.opentable.components/otj-server/ -->
<dependency>
<groupId>com.opentable.components</groupId>
<artifactId>otj-server</artifactId>
<version>5.2.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.opentable.components/otj-server/
implementation 'com.opentable.components:otj-server:5.2.8'
// https://jarcasting.com/artifacts/com.opentable.components/otj-server/
implementation ("com.opentable.components:otj-server:5.2.8")
'com.opentable.components:otj-server:pom:5.2.8'
<dependency org="com.opentable.components" name="otj-server" rev="5.2.8">
<artifact name="otj-server" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.opentable.components', module='otj-server', version='5.2.8')
)
libraryDependencies += "com.opentable.components" % "otj-server" % "5.2.8"
[com.opentable.components/otj-server "5.2.8"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar | 1.7.30 |