OTP-Java

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

License

License

Categories

Categories

Java Languages OTP-Java Security
GroupId

GroupId

com.github.bastiaanjansen
ArtifactId

ArtifactId

OTP-Java
Last Version

Last Version

1.0.4.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Source Code Management

http://github.com/BastiaanJansen/OTP-Java

Download OTP-Java

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.maven.plugins : maven-compiler-plugin jar 3.8.1
org.mockito : mockito-core jar 3.6.28
commons-codec : commons-codec jar 1.11

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.7.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.4.1
1.0.4