| Группа | Группаcom.opentable.components |
|---|---|
| Идентификатор | Идентификаторotj-server-integration-tests |
| Версия | Версия3.0.12 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| otj-server-integration-tests-3.0.12.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.opentable.components/otj-server-integration-tests/ -->
<dependency>
<groupId>com.opentable.components</groupId>
<artifactId>otj-server-integration-tests</artifactId>
<version>3.0.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.opentable.components/otj-server-integration-tests/
implementation 'com.opentable.components:otj-server-integration-tests:3.0.12'
// https://jarcasting.com/artifacts/com.opentable.components/otj-server-integration-tests/
implementation ("com.opentable.components:otj-server-integration-tests:3.0.12")
'com.opentable.components:otj-server-integration-tests:pom:3.0.12'
<dependency org="com.opentable.components" name="otj-server-integration-tests" rev="3.0.12">
<artifact name="otj-server-integration-tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.opentable.components', module='otj-server-integration-tests', version='3.0.12')
)
libraryDependencies += "com.opentable.components" % "otj-server-integration-tests" % "3.0.12"
[com.opentable.components/otj-server-integration-tests "3.0.12"]