<dependency> <groupId>com.simtechdata</groupId> <artifactId>GoogleAuthDecoder</artifactId> <version>1.0.0</version> </dependency>
implementation 'com.simtechdata:GoogleAuthDecoder:1.0.0'
implementation("com.simtechdata:GoogleAuthDecoder:1.0.0")
libraryDependencies += "com.simtechdata" % "GoogleAuthDecoder" % "1.0.0"
@Grapes( @Grab(group='com.simtechdata', module='GoogleAuthDecoder', version='1.0.0') )
<dependency org="com.simtechdata" name="GoogleAuthDecoder" rev="1.0.0" />
[com.simtechdata/GoogleAuthDecoder "1.0.0"]
'com.simtechdata:GoogleAuthDecoder:jar:1.0.0'
compile
|-- com.google.zxing:javase:3.5.0
|-- commons-io:commons-io:2.11.0
|-- io.github.classgraph:classgraph:4.8.146