| GroupId | GroupIdcom.opentable.components |
|---|---|
| ArtifactId | ArtifactIdotj-server-actuator-jaxrs |
| Version | Version3.1.5 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.opentable.components/otj-server-actuator-jaxrs/ -->
<dependency>
<groupId>com.opentable.components</groupId>
<artifactId>otj-server-actuator-jaxrs</artifactId>
<version>3.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.opentable.components/otj-server-actuator-jaxrs/
implementation 'com.opentable.components:otj-server-actuator-jaxrs:3.1.5'
// https://jarcasting.com/artifacts/com.opentable.components/otj-server-actuator-jaxrs/
implementation ("com.opentable.components:otj-server-actuator-jaxrs:3.1.5")
'com.opentable.components:otj-server-actuator-jaxrs:jar:3.1.5'
<dependency org="com.opentable.components" name="otj-server-actuator-jaxrs" rev="3.1.5">
<artifact name="otj-server-actuator-jaxrs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opentable.components', module='otj-server-actuator-jaxrs', version='3.1.5')
)
libraryDependencies += "com.opentable.components" % "otj-server-actuator-jaxrs" % "3.1.5"
[com.opentable.components/otj-server-actuator-jaxrs "3.1.5"]