| License |
License |
|---|---|
| Categories |
CategoriesJava Languages |
| GroupId | GroupIdio.github.ssrack |
| ArtifactId | ArtifactIdjava-totp |
| Version | Version0.1.0-RELEASE |
| Type | Typejar |
| Description |
Descriptionjava-totp
Java Based TOTP Library
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| java-totp-0.1.0-RELEASE.pom | |
| java-totp-0.1.0-RELEASE.jar | 8 KB |
| java-totp-0.1.0-RELEASE-sources.jar | 4 KB |
| java-totp-0.1.0-RELEASE-javadoc.jar | 394 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.ssrack/java-totp/ -->
<dependency>
<groupId>io.github.ssrack</groupId>
<artifactId>java-totp</artifactId>
<version>0.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ssrack/java-totp/
implementation 'io.github.ssrack:java-totp:0.1.0-RELEASE'
// https://jarcasting.com/artifacts/io.github.ssrack/java-totp/
implementation ("io.github.ssrack:java-totp:0.1.0-RELEASE")
'io.github.ssrack:java-totp:jar:0.1.0-RELEASE'
<dependency org="io.github.ssrack" name="java-totp" rev="0.1.0-RELEASE">
<artifact name="java-totp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ssrack', module='java-totp', version='0.1.0-RELEASE')
)
libraryDependencies += "io.github.ssrack" % "java-totp" % "0.1.0-RELEASE"
[io.github.ssrack/java-totp "0.1.0-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.12 |
| commons-codec : commons-codec | jar | 1.10 |
| org.slf4j : slf4j-api | jar | 2.0.0-alpha1 |
| javax.mail : mail | jar | 1.5.0-b01 |
| com.google.zxing : javase | jar | 3.4.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 2.0.0-alpha1 |
| junit : junit | jar | 4.12 |