is not current version
Last Version 1.7.1

dev.samstevens.totp:totp 1.6

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

GroupId

GroupId

dev.samstevens.totp
ArtifactId

ArtifactId

totp
Version

Version

1.6
Type

Type

jar

Download totp 1.6


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