w

webauthn-server-attestation

Yubico WebAuthn attestation subsystem
https://developers.yubico.com/java-webauthn-server/
BSD-license
Emil Lundberg
Files download
File Operation
webauthn-server-attestation-2.4.0-RC2.jar download
webauthn-server-attestation-2.4.0-RC2.pom download
webauthn-server-attestation-2.4.0-RC2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.yubico</groupId>
  <artifactId>webauthn-server-attestation</artifactId>
  <version>2.4.0-RC2</version>
</dependency>
Gradle Groovy
implementation 'com.yubico:webauthn-server-attestation:2.4.0-RC2'
Gradle Kotlin
implementation("com.yubico:webauthn-server-attestation:2.4.0-RC2")
Scala SBT
libraryDependencies += "com.yubico" % "webauthn-server-attestation" % "2.4.0-RC2"
Groovy Grape
@Grapes(
  @Grab(group='com.yubico', module='webauthn-server-attestation', version='2.4.0-RC2')
)
Apache Ivy
<dependency org="com.yubico" name="webauthn-server-attestation" rev="2.4.0-RC2" />
Leiningen
[com.yubico/webauthn-server-attestation "2.4.0-RC2"]
Apache Buildr
'com.yubico:webauthn-server-attestation:jar:2.4.0-RC2'