Download apk-parser-2.4.2.jar file - Jar a

Jar examples for a:apk-parser

Description

Parser for android app *.apk files

You can download jar file apk-parser 2.4.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add apk-parser-2.4.2.jar to your project.

<dependency>
   <groupId>net.dongliu</groupId>
   <artifactId>apk-parser</artifactId>
   <version>2.4.2</version>
</dependency>
compile group: 'net.dongliu', name: 'apk-parser', version: '2.4.2'
libraryDependencies += "net.dongliu" % "apk-parser" % "2.4.2"
<dependency org="net.dongliu" name="apk-parser" rev="2.4.2"/>
@Grapes(@Grab(group='net.dongliu', module='apk-parser', version='2.4.2'))
'net.dongliu:apk-parser:jar:2.4.2'

Download

Click the following link to download the jar file.

apk-parser-2.4.2-javadoc.jar
apk-parser-2.4.2-sources.jar
apk-parser-2.4.2.jar
apk-parser-2.4.2.pom



Related Tutorials