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