is not current version
Last Version 0.3.1

com.eatthepath:java-otp 0.1.0

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

Categories

Categories

Java Languages
GroupId

GroupId

com.eatthepath
ArtifactId

ArtifactId

java-otp
Version

Version

0.1.0
Type

Type

jar

Download java-otp 0.1.0


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