is not current version
Last Version 342

com.opentable:otj-parent-spring 266

This is the Base POM for internal OpenTable Spring Maven projects.

GroupId

GroupId

com.opentable
ArtifactId

ArtifactId

otj-parent-spring
Version

Version

266
Type

Type

pom

Download otj-parent-spring 266

Filename Size
otj-parent-spring-266.pom 121 KB
Browse

<!-- https://jarcasting.com/artifacts/com.opentable/otj-parent-spring/ -->
<dependency>
    <groupId>com.opentable</groupId>
    <artifactId>otj-parent-spring</artifactId>
    <version>266</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.opentable/otj-parent-spring/
implementation 'com.opentable:otj-parent-spring:266'
// https://jarcasting.com/artifacts/com.opentable/otj-parent-spring/
implementation ("com.opentable:otj-parent-spring:266")
'com.opentable:otj-parent-spring:pom:266'
<dependency org="com.opentable" name="otj-parent-spring" rev="266">
  <artifact name="otj-parent-spring" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.opentable', module='otj-parent-spring', version='266')
)
libraryDependencies += "com.opentable" % "otj-parent-spring" % "266"
[com.opentable/otj-parent-spring "266"]