| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
|---|---|
| GroupId | GroupIdio.github.mihaita-tinta | 
    
| ArtifactId | ArtifactIdwebauthn-spring-boot-starter-jpa | 
    
| Version | Version0.2.0-RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/io.github.mihaita-tinta/webauthn-spring-boot-starter-jpa/ -->
<dependency>
    <groupId>io.github.mihaita-tinta</groupId>
    <artifactId>webauthn-spring-boot-starter-jpa</artifactId>
    <version>0.2.0-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/io.github.mihaita-tinta/webauthn-spring-boot-starter-jpa/
implementation 'io.github.mihaita-tinta:webauthn-spring-boot-starter-jpa:0.2.0-RELEASE'
                // https://jarcasting.com/artifacts/io.github.mihaita-tinta/webauthn-spring-boot-starter-jpa/
implementation ("io.github.mihaita-tinta:webauthn-spring-boot-starter-jpa:0.2.0-RELEASE")
                'io.github.mihaita-tinta:webauthn-spring-boot-starter-jpa:jar:0.2.0-RELEASE'
                <dependency org="io.github.mihaita-tinta" name="webauthn-spring-boot-starter-jpa" rev="0.2.0-RELEASE">
  <artifact name="webauthn-spring-boot-starter-jpa" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.github.mihaita-tinta', module='webauthn-spring-boot-starter-jpa', version='0.2.0-RELEASE')
)
                libraryDependencies += "io.github.mihaita-tinta" % "webauthn-spring-boot-starter-jpa" % "0.2.0-RELEASE"
                [io.github.mihaita-tinta/webauthn-spring-boot-starter-jpa "0.2.0-RELEASE"]