o

otj-server-integration-tests

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