s

smallrye-health-ui

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