s

smallrye-health-ui

Files download
File Operation
smallrye-health-ui-3.0.0-RC1.jar download
smallrye-health-ui-3.0.0-RC1.pom download
smallrye-health-ui-3.0.0-RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.smallrye</groupId>
  <artifactId>smallrye-health-ui</artifactId>
  <version>3.0.0-RC1</version>
</dependency>
Gradle Groovy
implementation 'io.smallrye:smallrye-health-ui:3.0.0-RC1'
Gradle Kotlin
implementation("io.smallrye:smallrye-health-ui:3.0.0-RC1")
Scala SBT
libraryDependencies += "io.smallrye" % "smallrye-health-ui" % "3.0.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='io.smallrye', module='smallrye-health-ui', version='3.0.0-RC1')
)
Apache Ivy
<dependency org="io.smallrye" name="smallrye-health-ui" rev="3.0.0-RC1" />
Leiningen
[io.smallrye/smallrye-health-ui "3.0.0-RC1"]
Apache Buildr
'io.smallrye:smallrye-health-ui:jar:3.0.0-RC1'