<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-unit</artifactId> <version>4.5.10</version> </dependency>
implementation 'io.vertx:vertx-unit:4.5.10'
implementation("io.vertx:vertx-unit:4.5.10")
libraryDependencies += "io.vertx" % "vertx-unit" % "4.5.10"
@Grapes( @Grab(group='io.vertx', module='vertx-unit', version='4.5.10') )
<dependency org="io.vertx" name="vertx-unit" rev="4.5.10" />
[io.vertx/vertx-unit "4.5.10"]
'io.vertx:vertx-unit:jar:4.5.10'
<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