<dependency>
<groupId>com.webauthn4j</groupId>
<artifactId>webauthn4j-test</artifactId>
<version>0.24.0.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='com.webauthn4j', module='webauthn4j-test', version='0.24.0.RELEASE')
)
runtime
|-- com.webauthn4j:webauthn4j-core:0.24.0.RELEASE
|-- com.webauthn4j:webauthn4j-device-check:0.24.0.RELEASE
|-- com.webauthn4j:webauthn4j-metadata:0.24.0.RELEASE
|-- com.fasterxml.jackson.core:jackson-databind:2.17.0
|-- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.17.0
|-- org.springframework:spring-core:5.3.31