h

health-ui

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