y

yubico-webauthn

http://wso2.org
Files download
File Operation
yubico-webauthn-2.4.0-RC2.wso2v1.jar download
yubico-webauthn-2.4.0-RC2.wso2v1.pom download
Apache Maven
<dependency>
  <groupId>org.wso2.orbit.yubico.webauthn</groupId>
  <artifactId>yubico-webauthn</artifactId>
  <version>2.4.0-RC2.wso2v1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.orbit.yubico.webauthn:yubico-webauthn:2.4.0-RC2.wso2v1'
Gradle Kotlin
implementation("org.wso2.orbit.yubico.webauthn:yubico-webauthn:2.4.0-RC2.wso2v1")
Scala SBT
libraryDependencies += "org.wso2.orbit.yubico.webauthn" % "yubico-webauthn" % "2.4.0-RC2.wso2v1"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.orbit.yubico.webauthn', module='yubico-webauthn', version='2.4.0-RC2.wso2v1')
)
Apache Ivy
<dependency org="org.wso2.orbit.yubico.webauthn" name="yubico-webauthn" rev="2.4.0-RC2.wso2v1" />
Leiningen
[org.wso2.orbit.yubico.webauthn/yubico-webauthn "2.4.0-RC2.wso2v1"]
Apache Buildr
'org.wso2.orbit.yubico.webauthn:yubico-webauthn:jar:2.4.0-RC2.wso2v1'