Download apk-parser-2.5.3.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.5.3 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials