MVN

com.webauthn4j : webauthn4j-core

Maven & Gradle

Aug 01, 2023
13 usages
379 stars

webauthn4j-core · WebAuthn4J Core library

<dependency>
    <groupId>com.webauthn4j</groupId>
    <artifactId>webauthn4j-core</artifactId>
    <version>0.21.5.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.webauthn4j : webauthn4j-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.21.5.RELEASE

All Versions

Choose a version of com.webauthn4j : webauthn4j-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.21.x
webauthn4j-core-0.21.5.RELEASE
webauthn4j-core-0.21.3.RELEASE
webauthn4j-core-0.21.2.RELEASE
webauthn4j-core-0.21.1.RELEASE
webauthn4j-core-0.21.0.RELEASE
0.20.x
webauthn4j-core-0.20.8.RELEASE
webauthn4j-core-0.20.7.RELEASE
webauthn4j-core-0.20.6.RELEASE
webauthn4j-core-0.20.5.RELEASE
webauthn4j-core-0.20.4.RELEASE
webauthn4j-core-0.20.3.RELEASE
webauthn4j-core-0.20.2.RELEASE
webauthn4j-core-0.20.1.RELEASE
webauthn4j-core-0.20.0.RELEASE
0.19.x
webauthn4j-core-0.19.3.RELEASE
webauthn4j-core-0.19.2.RELEASE
webauthn4j-core-0.19.1.RELEASE
webauthn4j-core-0.19.0.RELEASE
0.18.x
webauthn4j-core-0.18.2.RELEASE
webauthn4j-core-0.18.1.RELEASE
webauthn4j-core-0.18.0.RELEASE
0.17.x
webauthn4j-core-0.17.2.RELEASE
webauthn4j-core-0.17.1.RELEASE
webauthn4j-core-0.17.0.RELEASE
0.16.x
webauthn4j-core-0.16.2.RELEASE
webauthn4j-core-0.16.1.RELEASE
webauthn4j-core-0.16.0.RELEASE
0.15.x
webauthn4j-core-0.15.1.RELEASE
webauthn4j-core-0.15.0.RELEASE
0.14.x
webauthn4j-core-0.14.1.RELEASE
webauthn4j-core-0.14.0.RELEASE
0.13.x
webauthn4j-core-0.13.0.RELEASE
0.12.x
webauthn4j-core-0.12.0.RELEASE
0.11.x
webauthn4j-core-0.11.2.RELEASE
webauthn4j-core-0.11.1.RELEASE
webauthn4j-core-0.11.0.RELEASE
0.10.x
webauthn4j-core-0.10.2.RELEASE
webauthn4j-core-0.10.1.RELEASE
webauthn4j-core-0.10.0.RELEASE
0.9.x
webauthn4j-core-0.9.14.RELEASE
webauthn4j-core-0.9.13.RELEASE
webauthn4j-core-0.9.12.RELEASE
webauthn4j-core-0.9.11.RELEASE
webauthn4j-core-0.9.10.RELEASE
webauthn4j-core-0.9.9.RELEASE
webauthn4j-core-0.9.8.RELEASE
webauthn4j-core-0.9.7.RELEASE
webauthn4j-core-0.9.6.RELEASE
webauthn4j-core-0.9.5.RELEASE
webauthn4j-core-0.9.4.RELEASE
webauthn4j-core-0.9.3.RELEASE
webauthn4j-core-0.9.2.RELEASE
0.8.x
webauthn4j-core-0.8.5.RELEASE
webauthn4j-core-0.8.0.RELEASE
0.7.x
webauthn4j-core-0.7.0.RELEASE
0.6.x
webauthn4j-core-0.6.6.RELEASE
webauthn4j-core-0.6.5.RELEASE
webauthn4j-core-0.6.4.RELEASE
webauthn4j-core-0.6.3.RELEASE
webauthn4j-core-0.6.2.RELEASE
webauthn4j-core-0.6.1.RELEASE
webauthn4j-core-0.6.0.RELEASE
0.5.x
webauthn4j-core-0.5.3.RELEASE
0.3.x
webauthn4j-core-0.3.5.RELEASE
webauthn4j-core-0.3.4.RELEASE
webauthn4j-core-0.3.0.RELEASE

How to add a dependency to Maven

Add the following com.webauthn4j : webauthn4j-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.webauthn4j</groupId>
    <artifactId>webauthn4j-core</artifactId>
    <version>0.21.5.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.webauthn4j : webauthn4j-core gradle dependency to your build.gradle file:

implementation 'com.webauthn4j:webauthn4j-core:0.21.5.RELEASE'

Gradle Kotlin DSL: Add the following com.webauthn4j : webauthn4j-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.webauthn4j:webauthn4j-core:0.21.5.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.webauthn4j : webauthn4j-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.webauthn4j" % "webauthn4j-core" % "0.21.5.RELEASE"

Advertisement