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