is not current version
Last Version 0.3.1

java-otp 0.2.0

A one-time password (HOTP and TOTP) library for Java

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.eatthepath
ArtifactId

ArtifactId

java-otp
Version

Version

0.2.0
Type

Type

jar
Description

Description

java-otp
A one-time password (HOTP and TOTP) library for Java
Project URL

Project URL

https://github.com/jchambers/java-otp
Source Code Management

Source Code Management

https://github.com/jchambers/java-otp

Download java-otp 0.2.0


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

Dependencies

test (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.4.2
org.junit.jupiter : junit-jupiter-params jar 5.4.2
org.openjdk.jmh : jmh-core jar 1.21
org.openjdk.jmh : jmh-generator-annprocess jar 1.21

Project Modules

There are no modules declared in this project.