is not current version
Last Version 1.0.1

com.simtechdata:GoogleAuthDecoder 1.0.0

A Utility Library that extracts all Google Authenticator accounts from the Google Authenticator generated QR file.

Categories

Categories

Data
GroupId

GroupId

com.simtechdata
ArtifactId

ArtifactId

GoogleAuthDecoder
Version

Version

1.0.0
Type

Type

jar

Download GoogleAuthDecoder 1.0.0


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