g

gateway-service-health

文件下载
文件名 操作
gateway-service-health-1.3.0.jar 下载
gateway-service-health-1.3.0.pom 下载
gateway-service-health-1.3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.knox</groupId>
  <artifactId>gateway-service-health</artifactId>
  <version>1.3.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.knox:gateway-service-health:1.3.0'
Gradle Kotlin
implementation("org.apache.knox:gateway-service-health:1.3.0")
Scala SBT
libraryDependencies += "org.apache.knox" % "gateway-service-health" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.knox', module='gateway-service-health', version='1.3.0')
)
Apache Ivy
<dependency org="org.apache.knox" name="gateway-service-health" rev="1.3.0" />
Leiningen
[org.apache.knox/gateway-service-health "1.3.0"]
Apache Buildr
'org.apache.knox:gateway-service-health:jar:1.3.0'