<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-unit</artifactId> <version>3.3.0</version> </dependency>
implementation 'io.vertx:vertx-unit:3.3.0'
implementation("io.vertx:vertx-unit:3.3.0")
libraryDependencies += "io.vertx" % "vertx-unit" % "3.3.0"
@Grapes( @Grab(group='io.vertx', module='vertx-unit', version='3.3.0') )
<dependency org="io.vertx" name="vertx-unit" rev="3.3.0" />
[io.vertx/vertx-unit "3.3.0"]
'io.vertx:vertx-unit:jar:3.3.0'
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-ext-parent</artifactId> <version>20</version> </parent>
compile
|-- io.vertx:vertx-core
|-- io.vertx:vertx-lang-groovy
|-- io.vertx:vertx-lang-js
|-- io.vertx:vertx-lang-ruby
|-- io.vertx:vertx-rx-java
|-- junit:junit:4.12
provided
|-- io.vertx:vertx-docgen
|-- io.vertx:vertx-codetrans
|-- io.vertx:vertx-codegen
test