<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-unit</artifactId> <version>3.4.1</version> </dependency>
implementation 'io.vertx:vertx-unit:3.4.1'
implementation("io.vertx:vertx-unit:3.4.1")
libraryDependencies += "io.vertx" % "vertx-unit" % "3.4.1"
@Grapes( @Grab(group='io.vertx', module='vertx-unit', version='3.4.1') )
<dependency org="io.vertx" name="vertx-unit" rev="3.4.1" />
[io.vertx/vertx-unit "3.4.1"]
'io.vertx:vertx-unit:jar:3.4.1'
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-ext-parent</artifactId> <version>26</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
|-- io.vertx:vertx-lang-kotlin
|-- junit:junit:4.12
provided
|-- io.vertx:vertx-docgen
|-- io.vertx:vertx-codetrans
|-- io.vertx:vertx-codegen
test
|-- org.codehaus.groovy:groovy-all:2.4.7