<dependency>
<groupId>com.webauthn4j</groupId>
<artifactId>webauthn4j-spring-security-core</artifactId>
<version>0.7.3.RELEASE</version>
</dependency>
libraryDependencies += "com.webauthn4j" % "webauthn4j-spring-security-core" % "0.7.3.RELEASE"
@Grapes(
@Grab(group='com.webauthn4j', module='webauthn4j-spring-security-core', version='0.7.3.RELEASE')
)
<dependency org="com.webauthn4j" name="webauthn4j-spring-security-core" rev="0.7.3.RELEASE" />
compile
|-- com.webauthn4j:webauthn4j-core:0.18.1.RELEASE
|-- com.webauthn4j:webauthn4j-metadata:0.18.1.RELEASE
|-- org.springframework.security:spring-security-core:5.6.0
|-- org.springframework.security:spring-security-config:5.6.0
|-- org.springframework.security:spring-security-web:5.6.0
|-- org.springframework:spring-core:5.3.13
|-- org.springframework:spring-context:5.3.13
|-- org.springframework:spring-web:5.3.13
|-- javax.servlet:javax.servlet-api:4.0.1
runtime
|-- org.springframework:spring-aop:5.3.13
|-- org.springframework:spring-jdbc:5.3.13
|-- com.fasterxml.jackson.core:jackson-databind:2.13.0
|-- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.13.0