s

smallrye-health

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