Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.simtechdata |
ArtifactId | ArtifactIdGoogleAuthDecoder |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
GoogleAuthDecoder-1.0.0.pom | |
GoogleAuthDecoder-1.0.0.jar | 31 KB |
GoogleAuthDecoder-1.0.0-sources.jar | 21 KB |
GoogleAuthDecoder-1.0.0-javadoc.jar | 128 KB |
Browse |
<!-- 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"]