is not current version
Last Version 1.5

com.github.embuc:nano2fa 1.3

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

GroupId

GroupId

com.github.embuc
ArtifactId

ArtifactId

nano2fa
Version

Version

1.3
Type

Type

jar

Download nano2fa 1.3


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