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