<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-unit</artifactId> <version>3.9.11</version> </dependency>
implementation 'io.vertx:vertx-unit:3.9.11'
implementation("io.vertx:vertx-unit:3.9.11")
libraryDependencies += "io.vertx" % "vertx-unit" % "3.9.11"
@Grapes( @Grab(group='io.vertx', module='vertx-unit', version='3.9.11') )
<dependency org="io.vertx" name="vertx-unit" rev="3.9.11" />
[io.vertx/vertx-unit "3.9.11"]
'io.vertx:vertx-unit:jar:3.9.11'
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-ext-parent</artifactId> <version>38</version> </parent>
compile
|-- io.vertx:vertx-core
|-- junit:junit:4.13.1
provided
|-- io.vertx:vertx-docgen
|-- io.vertx:vertx-codegen
test