GroupId | GroupIdcom.opentable.components |
---|---|
ArtifactId | ArtifactIdotj-server-actuator-jaxrs |
Version | Version5.2.4 |
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>5.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.opentable.components/otj-server-actuator-jaxrs/
implementation 'com.opentable.components:otj-server-actuator-jaxrs:5.2.4'
// https://jarcasting.com/artifacts/com.opentable.components/otj-server-actuator-jaxrs/
implementation ("com.opentable.components:otj-server-actuator-jaxrs:5.2.4")
'com.opentable.components:otj-server-actuator-jaxrs:jar:5.2.4'
<dependency org="com.opentable.components" name="otj-server-actuator-jaxrs" rev="5.2.4">
<artifact name="otj-server-actuator-jaxrs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opentable.components', module='otj-server-actuator-jaxrs', version='5.2.4')
)
libraryDependencies += "com.opentable.components" % "otj-server-actuator-jaxrs" % "5.2.4"
[com.opentable.components/otj-server-actuator-jaxrs "5.2.4"]