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