| License | License | 
|---|---|
| Categories | CategoriesKotlin Languages Net | 
| GroupId | GroupIdcom.marcelkliemannel | 
| ArtifactId | ArtifactIdkotlin-onetimepassword | 
| Last Version | Last Version1.0.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/com.marcelkliemannel/kotlin-onetimepassword/ -->
<dependency>
    <groupId>com.marcelkliemannel</groupId>
    <artifactId>kotlin-onetimepassword</artifactId>
    <version>1.0.0</version>
</dependency>// https://jarcasting.com/artifacts/com.marcelkliemannel/kotlin-onetimepassword/
implementation 'com.marcelkliemannel:kotlin-onetimepassword:1.0.0'// https://jarcasting.com/artifacts/com.marcelkliemannel/kotlin-onetimepassword/
implementation ("com.marcelkliemannel:kotlin-onetimepassword:1.0.0")'com.marcelkliemannel:kotlin-onetimepassword:jar:1.0.0'<dependency org="com.marcelkliemannel" name="kotlin-onetimepassword" rev="1.0.0">
  <artifact name="kotlin-onetimepassword" type="jar" />
</dependency>@Grapes(
@Grab(group='com.marcelkliemannel', module='kotlin-onetimepassword', version='1.0.0')
)libraryDependencies += "com.marcelkliemannel" % "kotlin-onetimepassword" % "1.0.0"[com.marcelkliemannel/kotlin-onetimepassword "1.0.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.2.21 | 
| commons-codec : commons-codec | jar | 1.11 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter-params | jar | 5.0.2 | 
| org.junit.jupiter : junit-jupiter-api | jar | 5.0.2 | 
| org.junit.jupiter : junit-jupiter-engine | jar | 5.0.2 |