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