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