<dependency>
<groupId>com.webauthn4j</groupId>
<artifactId>webauthn4j-spring-security-core</artifactId>
<version>0.9.1.RELEASE</version>
</dependency>
libraryDependencies += "com.webauthn4j" % "webauthn4j-spring-security-core" % "0.9.1.RELEASE"
@Grapes(
@Grab(group='com.webauthn4j', module='webauthn4j-spring-security-core', version='0.9.1.RELEASE')
)
<dependency org="com.webauthn4j" name="webauthn4j-spring-security-core" rev="0.9.1.RELEASE" />
compile
|-- com.webauthn4j:webauthn4j-core:0.21.7.RELEASE
|-- com.webauthn4j:webauthn4j-metadata:0.21.7.RELEASE
|-- org.springframework.security:spring-security-core:6.0.2
|-- org.springframework.security:spring-security-config:6.0.2
|-- org.springframework.security:spring-security-web:6.0.2
|-- org.springframework:spring-core:6.0.7
|-- org.springframework:spring-context:6.0.7
|-- org.springframework:spring-web:6.0.7
|-- jakarta.servlet:jakarta.servlet-api:6.0.0
runtime
|-- org.springframework:spring-aop:6.0.7
|-- org.springframework:spring-jdbc:6.0.7
|-- com.fasterxml.jackson.core:jackson-databind:2.15.2
|-- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.15.2