License |
License |
---|---|
Categories |
CategoriesKotlin Languages Net |
GroupId | GroupIddev.turingcomplete |
ArtifactId | ArtifactIdkotlin-onetimepassword |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKotlin One-Time Password Library
A Kotlin one-time password library to generate "Google Authenticator", "Time-based One-time Password" (TOTP) and "HMAC-based One-time Password" (HOTP) codes based on RFC 4226 and 6238.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/dev.turingcomplete/kotlin-onetimepassword/ -->
<dependency>
<groupId>dev.turingcomplete</groupId>
<artifactId>kotlin-onetimepassword</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.turingcomplete/kotlin-onetimepassword/
implementation 'dev.turingcomplete:kotlin-onetimepassword:2.2.0'
// https://jarcasting.com/artifacts/dev.turingcomplete/kotlin-onetimepassword/
implementation ("dev.turingcomplete:kotlin-onetimepassword:2.2.0")
'dev.turingcomplete:kotlin-onetimepassword:jar:2.2.0'
<dependency org="dev.turingcomplete" name="kotlin-onetimepassword" rev="2.2.0">
<artifact name="kotlin-onetimepassword" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.turingcomplete', module='kotlin-onetimepassword', version='2.2.0')
)
libraryDependencies += "dev.turingcomplete" % "kotlin-onetimepassword" % "2.2.0"
[dev.turingcomplete/kotlin-onetimepassword "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.41 |
commons-codec : commons-codec | jar | 1.15 |