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