t

totp-kt

Native Kotlin library for time-based TOTP and HMAC-based HOTP one-time passwords.
https://github.com/robinohs/totp-kt
The MIT License (MIT)
Robin Ohs
Files download
File Operation
totp-kt-1.0.1.jar download
totp-kt-1.0.1.pom download
totp-kt-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>dev.robinohs</groupId>
  <artifactId>totp-kt</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'dev.robinohs:totp-kt:1.0.1'
Gradle Kotlin
implementation("dev.robinohs:totp-kt:1.0.1")
Scala SBT
libraryDependencies += "dev.robinohs" % "totp-kt" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='dev.robinohs', module='totp-kt', version='1.0.1')
)
Apache Ivy
<dependency org="dev.robinohs" name="totp-kt" rev="1.0.1" />
Leiningen
[dev.robinohs/totp-kt "1.0.1"]
Apache Buildr
'dev.robinohs:totp-kt:jar:1.0.1'