is not current version
Last Version 1.0.2

com.jaredrummler:apk-parser 1.0.1

APK parser for Android

GroupId

GroupId

com.jaredrummler
ArtifactId

ArtifactId

apk-parser
Version

Version

1.0.1
Type

Type

aar

Download apk-parser 1.0.1


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