| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdio.github.mihaita-tinta | 
    
| ArtifactId | ArtifactIdwebauthn-spring-boot-starter | 
    
| Version | Version0.1.0-RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionwebauthn-spring-boot-starter 
            Simple Webauthn starter project 
         | 
    
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/io.github.mihaita-tinta/webauthn-spring-boot-starter/ -->
<dependency>
    <groupId>io.github.mihaita-tinta</groupId>
    <artifactId>webauthn-spring-boot-starter</artifactId>
    <version>0.1.0-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/io.github.mihaita-tinta/webauthn-spring-boot-starter/
implementation 'io.github.mihaita-tinta:webauthn-spring-boot-starter:0.1.0-RELEASE'
                // https://jarcasting.com/artifacts/io.github.mihaita-tinta/webauthn-spring-boot-starter/
implementation ("io.github.mihaita-tinta:webauthn-spring-boot-starter:0.1.0-RELEASE")
                'io.github.mihaita-tinta:webauthn-spring-boot-starter:jar:0.1.0-RELEASE'
                <dependency org="io.github.mihaita-tinta" name="webauthn-spring-boot-starter" rev="0.1.0-RELEASE">
  <artifact name="webauthn-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.github.mihaita-tinta', module='webauthn-spring-boot-starter', version='0.1.0-RELEASE')
)
                libraryDependencies += "io.github.mihaita-tinta" % "webauthn-spring-boot-starter" % "0.1.0-RELEASE"
                [io.github.mihaita-tinta/webauthn-spring-boot-starter "0.1.0-RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-security | jar | 2.6.0 | 
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.6.0 | 
| com.yubico : webauthn-server-core | jar | 1.7.0 | 
| com.yubico : yubico-util | jar | 1.7.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-validation | jar | 2.6.0 | 
| org.springframework.boot : spring-boot-starter-web | jar | 2.6.0 | 
| org.springframework.boot : spring-boot-starter-webflux | jar | 2.6.0 | 
| org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.6.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.security : spring-security-test | jar | |
| org.springframework.restdocs : spring-restdocs-mockmvc | jar | 2.0.5.RELEASE | 
| org.springframework.boot : spring-boot-starter-test | jar | 2.6.0 | 
| com.h2database : h2 | jar | 1.4.200 |