Download apksig-2.3.0.jar file - Jar a

Jar examples for a:apksig

Description

Library for signing APKs and for checking that APK signatures verify on Android

You can download jar file apksig 2.3.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add apksig-2.3.0.jar to your project.

<dependency>
   <groupId>com.android.tools.build</groupId>
   <artifactId>apksig</artifactId>
   <version>2.3.0</version>
</dependency>
compile group: 'com.android.tools.build', name: 'apksig', version: '2.3.0'
libraryDependencies += "com.android.tools.build" % "apksig" % "2.3.0"
<dependency org="com.android.tools.build" name="apksig" rev="2.3.0"/>
@Grapes(@Grab(group='com.android.tools.build', module='apksig', version='2.3.0'))
'com.android.tools.build:apksig:jar:2.3.0'

Download

Click the following link to download the jar file.

apksig-2.3.0-javadoc.jar
apksig-2.3.0-sources.jar
apksig-2.3.0.jar
apksig-2.3.0.pom



Related Tutorials