Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.github.mihaita-tinta |
ArtifactId | ArtifactIdwebauthn-spring-boot-starter |
Version | Version0.2.0-RELEASE |
Type | Typejar |
<!-- 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.2.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.2.0-RELEASE'
// https://jarcasting.com/artifacts/io.github.mihaita-tinta/webauthn-spring-boot-starter/
implementation ("io.github.mihaita-tinta:webauthn-spring-boot-starter:0.2.0-RELEASE")
'io.github.mihaita-tinta:webauthn-spring-boot-starter:jar:0.2.0-RELEASE'
<dependency org="io.github.mihaita-tinta" name="webauthn-spring-boot-starter" rev="0.2.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.2.0-RELEASE')
)
libraryDependencies += "io.github.mihaita-tinta" % "webauthn-spring-boot-starter" % "0.2.0-RELEASE"
[io.github.mihaita-tinta/webauthn-spring-boot-starter "0.2.0-RELEASE"]