is not current version
Last Version 0.3.3

org.openjax.security:otp 0.3.1

Common functions and abstractions related to One-Time-Passwords.

Categories

Categories

Security
GroupId

GroupId

org.openjax.security
ArtifactId

ArtifactId

otp
Version

Version

0.3.1
Type

Type

jar

Download otp 0.3.1


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