| License |
License |
|---|---|
| GroupId | GroupIdcom.jaredrummler |
| ArtifactId | ArtifactIdapk-parser |
| Version | Version1.0.2 |
| Type | Typeaar |
| Description |
DescriptionAPK Parser
APK parser for Android
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| apk-parser-1.0.2.pom | |
| apk-parser-1.0.2.aar | 124 KB |
| apk-parser-1.0.2-sources.jar | 127 KB |
| apk-parser-1.0.2-javadoc.jar | 282 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.jaredrummler/apk-parser/ -->
<dependency>
<groupId>com.jaredrummler</groupId>
<artifactId>apk-parser</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.jaredrummler/apk-parser/
implementation 'com.jaredrummler:apk-parser:1.0.2'
// https://jarcasting.com/artifacts/com.jaredrummler/apk-parser/
implementation ("com.jaredrummler:apk-parser:1.0.2")
'com.jaredrummler:apk-parser:aar:1.0.2'
<dependency org="com.jaredrummler" name="apk-parser" rev="1.0.2">
<artifact name="apk-parser" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.jaredrummler', module='apk-parser', version='1.0.2')
)
libraryDependencies += "com.jaredrummler" % "apk-parser" % "1.0.2"
[com.jaredrummler/apk-parser "1.0.2"]