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