Files download
File Operation
webauthn4j-extras-0.7.0.RELEASE.jar download
webauthn4j-extras-0.7.0.RELEASE.pom download
webauthn4j-extras-0.7.0.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.webauthn4j</groupId>
  <artifactId>webauthn4j-extras</artifactId>
  <version>0.7.0.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.webauthn4j:webauthn4j-extras:0.7.0.RELEASE'
Gradle Kotlin
implementation("com.webauthn4j:webauthn4j-extras:0.7.0.RELEASE")
Scala SBT
libraryDependencies += "com.webauthn4j" % "webauthn4j-extras" % "0.7.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.webauthn4j', module='webauthn4j-extras', version='0.7.0.RELEASE')
)
Apache Ivy
<dependency org="com.webauthn4j" name="webauthn4j-extras" rev="0.7.0.RELEASE" />
Leiningen
[com.webauthn4j/webauthn4j-extras "0.7.0.RELEASE"]
Apache Buildr
'com.webauthn4j:webauthn4j-extras:jar:0.7.0.RELEASE'