java-totp

Java Based TOTP Library

License

License

Categories

Categories

Java Languages
GroupId

GroupId

io.github.ssrack
ArtifactId

ArtifactId

java-totp
Last Version

Last Version

0.1.0-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

java-totp
Java Based TOTP Library
Project URL

Project URL

https://github.com/ssrack/java-totp
Source Code Management

Source Code Management

https://github.com/ssrack/java-totp.git

Download java-totp

How to add to project

<!-- 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"]

Dependencies

runtime (5)

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

test (2)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 2.0.0-alpha1
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Java-TOTP

Time Based OTP Library in Java

Maven dependecy

<dependency>
  <groupId>io.github.ssrack</groupId>
  <artifactId>java-totp</artifactId>
  <version>0.1.0-RELEASE</version>
</dependency>

Gradle Dependency

implementation 'io.github.ssrack:java-totp:0.1.0-RELEASE'

Versions

Version
0.1.0-RELEASE