Files download
File Operation
vertx-mongo-service-3.6.0.jar download
vertx-mongo-service-3.6.0.pom download
vertx-mongo-service-3.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.vertx</groupId>
  <artifactId>vertx-mongo-service</artifactId>
  <version>3.6.0</version>
</dependency>
Gradle Groovy
implementation 'io.vertx:vertx-mongo-service:3.6.0'
Gradle Kotlin
implementation("io.vertx:vertx-mongo-service:3.6.0")
Scala SBT
libraryDependencies += "io.vertx" % "vertx-mongo-service" % "3.6.0"
Groovy Grape
@Grapes(
  @Grab(group='io.vertx', module='vertx-mongo-service', version='3.6.0')
)
Apache Ivy
<dependency org="io.vertx" name="vertx-mongo-service" rev="3.6.0" />
Leiningen
[io.vertx/vertx-mongo-service "3.6.0"]
Apache Buildr
'io.vertx:vertx-mongo-service:jar:3.6.0'