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