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