Last Version

java-otp 0.3.1

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.3.1
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.3.1


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

Dependencies

test (4)

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

Project Modules

There are no modules declared in this project.