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