is not current version
Last Version 1.3

com.j256.two-factor-auth:two-factor-auth 1.2

Two Factor Authentication (Auth) implementation for Java which uses the Time-based One-time Password (TOTP) algorithm.

GroupId

GroupId

com.j256.two-factor-auth
ArtifactId

ArtifactId

two-factor-auth
Version

Version

1.2
Type

Type

jar

Download two-factor-auth 1.2


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