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