s

smallrye-health-ui

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