License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.cheergoivan |
ArtifactId | ArtifactIdtotp-authenticator-spring-boot-starter |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontotp-authenticator-spring-boot-starter
a spring boot starter for TOTP Authenticator
|
<!-- https://jarcasting.com/artifacts/com.github.cheergoivan/totp-authenticator-spring-boot-starter/ -->
<dependency>
<groupId>com.github.cheergoivan</groupId>
<artifactId>totp-authenticator-spring-boot-starter</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cheergoivan/totp-authenticator-spring-boot-starter/
implementation 'com.github.cheergoivan:totp-authenticator-spring-boot-starter:1.0'
// https://jarcasting.com/artifacts/com.github.cheergoivan/totp-authenticator-spring-boot-starter/
implementation ("com.github.cheergoivan:totp-authenticator-spring-boot-starter:1.0")
'com.github.cheergoivan:totp-authenticator-spring-boot-starter:jar:1.0'
<dependency org="com.github.cheergoivan" name="totp-authenticator-spring-boot-starter" rev="1.0">
<artifact name="totp-authenticator-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cheergoivan', module='totp-authenticator-spring-boot-starter', version='1.0')
)
libraryDependencies += "com.github.cheergoivan" % "totp-authenticator-spring-boot-starter" % "1.0"
[com.github.cheergoivan/totp-authenticator-spring-boot-starter "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | |
com.github.cheergoivan : totp-authenticator-spring-boot-autoconfigure | jar | 1.0 |