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