| License |
License |
|---|---|
| GroupId | GroupIdde.taimos |
| ArtifactId | ArtifactIdtotp |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTOTP lib RFC 6283
Taimos OSS parent for Maven Central projects
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| totp-1.0.pom | |
| totp-1.0.jar | 4 KB |
| totp-1.0-sources.jar | 2 KB |
| totp-1.0-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.taimos/totp/ -->
<dependency>
<groupId>de.taimos</groupId>
<artifactId>totp</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.taimos/totp/
implementation 'de.taimos:totp:1.0'
// https://jarcasting.com/artifacts/de.taimos/totp/
implementation ("de.taimos:totp:1.0")
'de.taimos:totp:jar:1.0'
<dependency org="de.taimos" name="totp" rev="1.0">
<artifact name="totp" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.taimos', module='totp', version='1.0')
)
libraryDependencies += "de.taimos" % "totp" % "1.0"
[de.taimos/totp "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-codec : commons-codec | jar | 1.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |