<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-auth-otp</artifactId> <version>4.5.10</version> </dependency>
implementation 'io.vertx:vertx-auth-otp:4.5.10'
implementation("io.vertx:vertx-auth-otp:4.5.10")
libraryDependencies += "io.vertx" % "vertx-auth-otp" % "4.5.10"
@Grapes( @Grab(group='io.vertx', module='vertx-auth-otp', version='4.5.10') )
<dependency org="io.vertx" name="vertx-auth-otp" rev="4.5.10" />
[io.vertx/vertx-auth-otp "4.5.10"]
'io.vertx:vertx-auth-otp:jar:4.5.10'
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-auth-parent</artifactId> <version>4.5.10</version> </parent>
compile
|-- io.vertx:vertx-auth-common
test
|-- io.vertx:vertx-unit