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