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