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