License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.simtechdata |
ArtifactId | ArtifactIdGoogleAuthDecoder |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGoogleAuthDecoder
A Utility Library that extracts all Google Authenticator accounts from the Google Authenticator generated QR file.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
GoogleAuthDecoder-1.0.1.pom | |
GoogleAuthDecoder-1.0.1.jar | 31 KB |
GoogleAuthDecoder-1.0.1-sources.jar | 21 KB |
GoogleAuthDecoder-1.0.1-javadoc.jar | 128 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.simtechdata/GoogleAuthDecoder/ -->
<dependency>
<groupId>com.simtechdata</groupId>
<artifactId>GoogleAuthDecoder</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.simtechdata/GoogleAuthDecoder/
implementation 'com.simtechdata:GoogleAuthDecoder:1.0.1'
// https://jarcasting.com/artifacts/com.simtechdata/GoogleAuthDecoder/
implementation ("com.simtechdata:GoogleAuthDecoder:1.0.1")
'com.simtechdata:GoogleAuthDecoder:jar:1.0.1'
<dependency org="com.simtechdata" name="GoogleAuthDecoder" rev="1.0.1">
<artifact name="GoogleAuthDecoder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.simtechdata', module='GoogleAuthDecoder', version='1.0.1')
)
libraryDependencies += "com.simtechdata" % "GoogleAuthDecoder" % "1.0.1"
[com.simtechdata/GoogleAuthDecoder "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.zxing : javase | jar | 3.5.0 |
commons-io : commons-io | jar | 2.11.0 |
io.github.classgraph : classgraph | jar | 4.8.146 |