is not current version
Last Version 1.5

com.github.embuc:nano2fa 1.4

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.4
Type

Type

jar

Download nano2fa 1.4


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