<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-mongo</artifactId>
<version>3.4.2</version>
<type>pom</type>
</dependency>
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-ext-parent</artifactId> <version>26</version> </parent>
compile
|-- org.mongodb:mongodb-driver-async:3.4.1
|-- io.vertx:vertx-lang-groovy
|-- io.vertx:vertx-lang-kotlin
provided
|-- org.slf4j:slf4j-api:1.7.21
test
|-- io.vertx:vertx-mongo-embedded-db
|-- junit:junit:4.12