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