o

otj-server-integration-tests

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