| GroupId | GroupIdcom.opentable |
|---|---|
| ArtifactId | ArtifactIdotj-parent-spring |
| Version | Version310 |
| Type | Typepom |
| Description |
DescriptionOpenTable Spring base pom
This is the Base POM for internal OpenTable Spring Maven projects.
|
| Filename | Size |
|---|---|
| otj-parent-spring-310.pom | 120 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.opentable/otj-parent-spring/ -->
<dependency>
<groupId>com.opentable</groupId>
<artifactId>otj-parent-spring</artifactId>
<version>310</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.opentable/otj-parent-spring/
implementation 'com.opentable:otj-parent-spring:310'
// https://jarcasting.com/artifacts/com.opentable/otj-parent-spring/
implementation ("com.opentable:otj-parent-spring:310")
'com.opentable:otj-parent-spring:pom:310'
<dependency org="com.opentable" name="otj-parent-spring" rev="310">
<artifact name="otj-parent-spring" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.opentable', module='otj-parent-spring', version='310')
)
libraryDependencies += "com.opentable" % "otj-parent-spring" % "310"
[com.opentable/otj-parent-spring "310"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : jcl-over-slf4j | jar | 1.7.32 |