is not current version
Last Version 1.0.4.1

com.github.bastiaanjansen:OTP-Java 1.0.4

A small and easy-to-use one-time password (HOTP/TOTP) generator for Java.

Categories

Categories

Java Languages OTP-Java Security
GroupId

GroupId

com.github.bastiaanjansen
ArtifactId

ArtifactId

OTP-Java
Version

Version

1.0.4
Type

Type

jar

Download OTP-Java 1.0.4


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