MVN

com.yubico : webauthn-server-attestation

Maven & Gradle

Jul 07, 2023
12 usages
418 stars

webauthn-server-attestation · Yubico WebAuthn attestation subsystem

<dependency>
    <groupId>com.yubico</groupId>
    <artifactId>webauthn-server-attestation</artifactId>
    <version>2.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.yubico : webauthn-server-attestation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.0
  • Latest Release Candidate: 2.5.0-RC3
  • Latest Alpha: 2.6.0-alpha1

All Versions

Choose a version of com.yubico : webauthn-server-attestation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
webauthn-server-attestation-2.6.0-alpha1
2.5.x
webauthn-server-attestation-2.5.0
webauthn-server-attestation-2.5.0-RC3
webauthn-server-attestation-2.5.0-RC2
webauthn-server-attestation-2.5.0-RC1
2.4.x
webauthn-server-attestation-2.4.1
webauthn-server-attestation-2.4.1-RC4
webauthn-server-attestation-2.4.1-RC3
webauthn-server-attestation-2.4.1-RC2
webauthn-server-attestation-2.4.1-RC1
webauthn-server-attestation-2.4.0
webauthn-server-attestation-2.4.0-RC2
webauthn-server-attestation-2.4.0-RC1
2.3.x
webauthn-server-attestation-2.3.0
webauthn-server-attestation-2.3.0-RC1
2.2.x
webauthn-server-attestation-2.2.0
webauthn-server-attestation-2.2.0-RC1
2.1.x
webauthn-server-attestation-2.1.0
webauthn-server-attestation-2.1.0-RC2
webauthn-server-attestation-2.1.0-RC1
webauthn-server-attestation-2.1.0-alpha2
webauthn-server-attestation-2.1.0-alpha1
2.0.x
webauthn-server-attestation-2.0.0
webauthn-server-attestation-2.0.0-RC2
webauthn-server-attestation-2.0.0-RC1
1.12.x
webauthn-server-attestation-1.12.4
webauthn-server-attestation-1.12.4-RC2
webauthn-server-attestation-1.12.4-RC1
webauthn-server-attestation-1.12.3
webauthn-server-attestation-1.12.3-RC3
webauthn-server-attestation-1.12.3-RC2
webauthn-server-attestation-1.12.3-RC1
webauthn-server-attestation-1.12.2
webauthn-server-attestation-1.12.1
webauthn-server-attestation-1.12.1-RC1
webauthn-server-attestation-1.12.0
webauthn-server-attestation-1.12.0-RC1
1.11.x
webauthn-server-attestation-1.11.0
webauthn-server-attestation-1.11.0-RC5
webauthn-server-attestation-1.11.0-RC4
webauthn-server-attestation-1.11.0-RC3
webauthn-server-attestation-1.11.0-RC2
webauthn-server-attestation-1.11.0-RC1
1.10.x
webauthn-server-attestation-1.10.1
webauthn-server-attestation-1.10.0
1.9.x
webauthn-server-attestation-1.9.1
webauthn-server-attestation-1.9.1-RC2
webauthn-server-attestation-1.9.1-RC1
webauthn-server-attestation-1.9.0
webauthn-server-attestation-1.9.0-RC2
webauthn-server-attestation-1.9.0-RC1
1.8.x
webauthn-server-attestation-1.8.0
1.7.x
webauthn-server-attestation-1.7.0
webauthn-server-attestation-1.7.0-RC1
1.6.x
webauthn-server-attestation-1.6.4
webauthn-server-attestation-1.6.3
webauthn-server-attestation-1.6.3-RC1
webauthn-server-attestation-1.6.2
webauthn-server-attestation-1.6.1
webauthn-server-attestation-1.6.0
webauthn-server-attestation-1.6.0-RC1
1.5.x
webauthn-server-attestation-1.5.0
webauthn-server-attestation-1.5.0-RC2
webauthn-server-attestation-1.5.0-RC1
1.4.x
webauthn-server-attestation-1.4.1
webauthn-server-attestation-1.4.1-RC1
webauthn-server-attestation-1.4.0
webauthn-server-attestation-1.4.0-RC2
webauthn-server-attestation-1.4.0-RC1
1.3.x
webauthn-server-attestation-1.3.0
webauthn-server-attestation-1.3.0-RC2
webauthn-server-attestation-1.3.0-RC1
1.2.x
webauthn-server-attestation-1.2.0
webauthn-server-attestation-1.2.0-RC1
1.1.x
webauthn-server-attestation-1.1.1-RC1
webauthn-server-attestation-1.1.0
webauthn-server-attestation-1.1.0-RC1
1.0.x
webauthn-server-attestation-1.0.1
webauthn-server-attestation-1.0.0
webauthn-server-attestation-1.0.0-RC2
webauthn-server-attestation-1.0.0-RC1

How to add a dependency to Maven

Add the following com.yubico : webauthn-server-attestation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.yubico</groupId>
    <artifactId>webauthn-server-attestation</artifactId>
    <version>2.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.yubico : webauthn-server-attestation gradle dependency to your build.gradle file:

implementation 'com.yubico:webauthn-server-attestation:2.5.0'

Gradle Kotlin DSL: Add the following com.yubico : webauthn-server-attestation gradle kotlin dependency to your build.gradle.kts file:

implementation("com.yubico:webauthn-server-attestation:2.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.yubico : webauthn-server-attestation sbt scala dependency to your build.sbt file:

libraryDependencies += "com.yubico" % "webauthn-server-attestation" % "2.5.0"

Advertisement

Dependencies from Group

Jul 06, 2022
19 usages
130 stars
Feb 18, 2020
18 usages
60 stars
Jul 07, 2023
18 usages
418 stars
Jul 07, 2023
17 usages
418 stars
Jul 07, 2023
12 usages
418 stars

Discover Dependencies

Feb 03, 2023
1 usages
52 stars
Jan 13, 2021
3 usages
Jan 13, 2021
8 usages
0 stars
api
Jan 25, 2019
4 usages
Jan 24, 2019
1 usages
0 stars
May 01, 2023
10 usages
310 stars
Nov 29, 2022
14 stars