| License |
License |
|---|---|
| GroupId | GroupIdcom.github.embuc |
| ArtifactId | ArtifactIdnano2fa |
| Last Version | Last Version1.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTwo Factor Auth nano
Two Factor Authentication (Auth) implementation for Java which uses the Time-based One-time Password (TOTP) algorithm.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| nano2fa-1.5.pom | |
| nano2fa-1.5.jar | 6 KB |
| nano2fa-1.5-sources.jar | 6 KB |
| nano2fa-1.5-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.embuc/nano2fa/ -->
<dependency>
<groupId>com.github.embuc</groupId>
<artifactId>nano2fa</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.embuc/nano2fa/
implementation 'com.github.embuc:nano2fa:1.5'
// https://jarcasting.com/artifacts/com.github.embuc/nano2fa/
implementation ("com.github.embuc:nano2fa:1.5")
'com.github.embuc:nano2fa:jar:1.5'
<dependency org="com.github.embuc" name="nano2fa" rev="1.5">
<artifact name="nano2fa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.embuc', module='nano2fa', version='1.5')
)
libraryDependencies += "com.github.embuc" % "nano2fa" % "1.5"
[com.github.embuc/nano2fa "1.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-codec : commons-codec | jar | 1.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |