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