dev.robinohs:totp-kt (1.0.1)

Published 2025-12-16 12:27:38 +00:00 by m724

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url></url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>dev.robinohs</groupId>
	<artifactId>totp-kt</artifactId>
	<version>1.0.1</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=dev.robinohs:totp-kt:1.0.1

About this package

Native Kotlin library for time-based TOTP and HMAC-based HOTP one-time passwords.

Dependencies

org.jetbrains.kotlin:kotlin-stdlib
2.2.21
commons-codec:commons-codec
1.20.0
Details
Maven
2025-12-16 12:27:38 +00:00
0
totp-kt
The MIT License (MIT)
41 KiB
Assets (10)
Versions (1) View all
1.0.1 2025-12-16