<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-auth-webauthn4j</artifactId>
<version>5.0.0.CR3</version>
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-auth-webauthn4j', version='5.0.0.CR3')
)
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-auth-parent</artifactId> <version>5.0.0.CR3</version> </parent>
compile
|-- io.vertx:vertx-auth-common
|-- com.webauthn4j:webauthn4j-core-async:0.28.2.RELEASE
|-- com.webauthn4j:webauthn4j-metadata-async:0.28.2.RELEASE
test