o

otj-server-actuator-jaxrs

文件下载
文件名 操作
otj-server-actuator-jaxrs-5.2.8.jar 下载
otj-server-actuator-jaxrs-5.2.8.pom 下载
otj-server-actuator-jaxrs-5.2.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.opentable.components</groupId>
  <artifactId>otj-server-actuator-jaxrs</artifactId>
  <version>5.2.8</version>
</dependency>
Gradle Groovy
implementation 'com.opentable.components:otj-server-actuator-jaxrs:5.2.8'
Gradle Kotlin
implementation("com.opentable.components:otj-server-actuator-jaxrs:5.2.8")
Scala SBT
libraryDependencies += "com.opentable.components" % "otj-server-actuator-jaxrs" % "5.2.8"
Groovy Grape
@Grapes(
  @Grab(group='com.opentable.components', module='otj-server-actuator-jaxrs', version='5.2.8')
)
Apache Ivy
<dependency org="com.opentable.components" name="otj-server-actuator-jaxrs" rev="5.2.8" />
Leiningen
[com.opentable.components/otj-server-actuator-jaxrs "5.2.8"]
Apache Buildr
'com.opentable.components:otj-server-actuator-jaxrs:jar:5.2.8'