o

otj-server-integration-tests

Files download
File Operation
otj-server-integration-tests-5.2.10.pom download
Apache Maven
<dependency>
  <groupId>com.opentable.components</groupId>
  <artifactId>otj-server-integration-tests</artifactId>
  <version>5.2.10</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.opentable.components:otj-server-integration-tests:5.2.10'
Gradle Kotlin
implementation("com.opentable.components:otj-server-integration-tests:5.2.10")
Scala SBT
libraryDependencies += "com.opentable.components" % "otj-server-integration-tests" % "5.2.10"
Groovy Grape
@Grapes(
  @Grab(group='com.opentable.components', module='otj-server-integration-tests', version='5.2.10')
)
Apache Ivy
<dependency org="com.opentable.components" name="otj-server-integration-tests" rev="5.2.10" />
Leiningen
[com.opentable.components/otj-server-integration-tests "5.2.10"]
Apache Buildr
'com.opentable.components:otj-server-integration-tests:jar:5.2.10'