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