is not current version
Last Version 0.3.3

org.openjax.security:otp 0.3.2

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

Categories

Categories

Security
GroupId

GroupId

org.openjax.security
ArtifactId

ArtifactId

otp
Version

Version

0.3.2
Type

Type

jar

Download otp 0.3.2


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