is not current version
Last Version 1.3.2

com.github.bastiaanjansen:otp-java 1.3.1

A small and easy-to-use one-time password generator for Java according to RFC 4226 (HOTP) and RFC 6238 (TOTP).

Categories

Categories

Java Languages OTP-Java Security
GroupId

GroupId

com.github.bastiaanjansen
ArtifactId

ArtifactId

otp-java
Version

Version

1.3.1
Type

Type

jar

Download otp-java 1.3.1


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