GroupId | GroupIdcom.github.tony19 |
---|---|
ArtifactId | ArtifactIdapktool-lib |
Version | Version1.4.4-4 |
Type | Typeaar |
Filename | Size |
---|---|
apktool-lib-1.4.4-4.pom | |
apktool-lib-1.4.4-4.aar | 14 KB |
apktool-lib-1.4.4-4-sources.jar | 18 KB |
apktool-lib-1.4.4-4-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tony19/apktool-lib/ -->
<dependency>
<groupId>com.github.tony19</groupId>
<artifactId>apktool-lib</artifactId>
<version>1.4.4-4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tony19/apktool-lib/
implementation 'com.github.tony19:apktool-lib:1.4.4-4'
// https://jarcasting.com/artifacts/com.github.tony19/apktool-lib/
implementation ("com.github.tony19:apktool-lib:1.4.4-4")
'com.github.tony19:apktool-lib:aar:1.4.4-4'
<dependency org="com.github.tony19" name="apktool-lib" rev="1.4.4-4">
<artifact name="apktool-lib" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.tony19', module='apktool-lib', version='1.4.4-4')
)
libraryDependencies += "com.github.tony19" % "apktool-lib" % "1.4.4-4"
[com.github.tony19/apktool-lib "1.4.4-4"]