Last Version

dev.samstevens.totp:totp 1.7.1

A library to help implement time-based one time passwords to enable MFA.

License

License

GroupId

GroupId

dev.samstevens.totp
ArtifactId

ArtifactId

totp
Version

Version

1.7.1
Type

Type

jar
Description

Description

dev.samstevens.totp:totp
A library to help implement time-based one time passwords to enable MFA.

Download totp 1.7.1


<!-- https://jarcasting.com/artifacts/dev.samstevens.totp/totp/ -->
<dependency>
    <groupId>dev.samstevens.totp</groupId>
    <artifactId>totp</artifactId>
    <version>1.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/dev.samstevens.totp/totp/
implementation 'dev.samstevens.totp:totp:1.7.1'
// https://jarcasting.com/artifacts/dev.samstevens.totp/totp/
implementation ("dev.samstevens.totp:totp:1.7.1")
'dev.samstevens.totp:totp:jar:1.7.1'
<dependency org="dev.samstevens.totp" name="totp" rev="1.7.1">
  <artifact name="totp" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.samstevens.totp', module='totp', version='1.7.1')
)
libraryDependencies += "dev.samstevens.totp" % "totp" % "1.7.1"
[dev.samstevens.totp/totp "1.7.1"]

Dependencies

compile (4)

Group / Artifact Type Version
commons-codec : commons-codec jar 1.13
commons-net : commons-net Optional jar 3.6
com.google.zxing : core jar 3.4.0
com.google.zxing : javase jar 3.4.0

test (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.6.0
org.junit.jupiter : junit-jupiter-engine jar 5.6.0
org.junit.jupiter : junit-jupiter-params jar 5.6.0
org.mockito : mockito-core jar 3.2.4

Project Modules

There are no modules declared in this project.