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