| License |
License |
|---|---|
| GroupId | GroupIdcom.fujieid |
| ArtifactId | ArtifactIdjap-mfa |
| Version | Version1.0.4 |
| Type | Typejar |
| Description |
Descriptionjap-mfa
Time based one-time password (TOTP),
which is suitable for Google authenticator and TOTP authenticator of binary boot
|
| Filename | Size |
|---|---|
| jap-mfa-1.0.4.pom | |
| jap-mfa-1.0.4.jar | 10 KB |
| jap-mfa-1.0.4-sources.jar | 9 KB |
| jap-mfa-1.0.4-javadoc.jar | 64 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.fujieid/jap-mfa/ -->
<dependency>
<groupId>com.fujieid</groupId>
<artifactId>jap-mfa</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.fujieid/jap-mfa/
implementation 'com.fujieid:jap-mfa:1.0.4'
// https://jarcasting.com/artifacts/com.fujieid/jap-mfa/
implementation ("com.fujieid:jap-mfa:1.0.4")
'com.fujieid:jap-mfa:jar:1.0.4'
<dependency org="com.fujieid" name="jap-mfa" rev="1.0.4">
<artifact name="jap-mfa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fujieid', module='jap-mfa', version='1.0.4')
)
libraryDependencies += "com.fujieid" % "jap-mfa" % "1.0.4"
[com.fujieid/jap-mfa "1.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| cn.hutool : hutool-core | jar | 5.5.7 |
| cn.hutool : hutool-log | jar | 5.5.7 |
| com.google.zxing : core | jar | 3.3.3 |
| com.warrenstrange : googleauth | jar | 1.4.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| jakarta.servlet : jakarta.servlet-api | jar | 4.0.4 |