License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices Security |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-security-webauthn |
Last Version | Last Version2.10.0.Final |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionQuarkus - Security WebAuthn - Runtime
Secure your applications with WebAuthn
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-security-webauthn/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-security-webauthn</artifactId>
<version>2.10.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-security-webauthn/
implementation 'io.quarkus:quarkus-security-webauthn:2.10.0.Final'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-security-webauthn/
implementation ("io.quarkus:quarkus-security-webauthn:2.10.0.Final")
'io.quarkus:quarkus-security-webauthn:jar:2.10.0.Final'
<dependency org="io.quarkus" name="quarkus-security-webauthn" rev="2.10.0.Final">
<artifact name="quarkus-security-webauthn" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-security-webauthn', version='2.10.0.Final')
)
libraryDependencies += "io.quarkus" % "quarkus-security-webauthn" % "2.10.0.Final"
[io.quarkus/quarkus-security-webauthn "2.10.0.Final"]
Group / Artifact | Type | Version |
---|---|---|
org.jboss.spec.javax.ws.rs : jboss-jaxrs-api_2.1_spec | jar | |
io.quarkus : quarkus-core | jar | |
io.quarkus : quarkus-security | jar | |
io.quarkus : quarkus-arc | jar | |
io.quarkus : quarkus-vertx-http | jar | |
io.vertx : vertx-auth-webauthn | jar |
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-bom | pom | 2.10.0.Final |