o

otj-parent-spring

This is the Base POM for internal OpenTable Spring Maven projects.
文件下载
文件名 操作
otj-parent-spring-387.pom 下载
Apache Maven
<dependency>
  <groupId>com.opentable</groupId>
  <artifactId>otj-parent-spring</artifactId>
  <version>387</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.opentable:otj-parent-spring:387'
Gradle Kotlin
implementation("com.opentable:otj-parent-spring:387")
Scala SBT
libraryDependencies += "com.opentable" % "otj-parent-spring" % "387"
Groovy Grape
@Grapes(
  @Grab(group='com.opentable', module='otj-parent-spring', version='387')
)
Apache Ivy
<dependency org="com.opentable" name="otj-parent-spring" rev="387" />
Leiningen
[com.opentable/otj-parent-spring "387"]
Apache Buildr
'com.opentable:otj-parent-spring:jar:387'