s

smallrye-health-ui

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