GroupId | GroupIdcom.opentable.components |
---|---|
ArtifactId | ArtifactIdotj-server-integration-tests |
Version | Version5.2.6 |
Type | Typepom |
Filename | Size |
---|---|
otj-server-integration-tests-5.2.6.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.opentable.components/otj-server-integration-tests/ -->
<dependency>
<groupId>com.opentable.components</groupId>
<artifactId>otj-server-integration-tests</artifactId>
<version>5.2.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.opentable.components/otj-server-integration-tests/
implementation 'com.opentable.components:otj-server-integration-tests:5.2.6'
// https://jarcasting.com/artifacts/com.opentable.components/otj-server-integration-tests/
implementation ("com.opentable.components:otj-server-integration-tests:5.2.6")
'com.opentable.components:otj-server-integration-tests:pom:5.2.6'
<dependency org="com.opentable.components" name="otj-server-integration-tests" rev="5.2.6">
<artifact name="otj-server-integration-tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.opentable.components', module='otj-server-integration-tests', version='5.2.6')
)
libraryDependencies += "com.opentable.components" % "otj-server-integration-tests" % "5.2.6"
[com.opentable.components/otj-server-integration-tests "5.2.6"]