GroupId | GroupIdcom.opentable.components |
---|---|
ArtifactId | ArtifactIdotj-server-integration-tests |
Last Version | Last Version5.2.14 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionThis is the Base POM for internal OpenTable Spring Maven projects.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
otj-server-integration-tests-5.2.14.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.14</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.14'
// https://jarcasting.com/artifacts/com.opentable.components/otj-server-integration-tests/
implementation ("com.opentable.components:otj-server-integration-tests:5.2.14")
'com.opentable.components:otj-server-integration-tests:pom:5.2.14'
<dependency org="com.opentable.components" name="otj-server-integration-tests" rev="5.2.14">
<artifact name="otj-server-integration-tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.opentable.components', module='otj-server-integration-tests', version='5.2.14')
)
libraryDependencies += "com.opentable.components" % "otj-server-integration-tests" % "5.2.14"
[com.opentable.components/otj-server-integration-tests "5.2.14"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar | 1.7.36 |