Jar examples for a:apksig
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.
The Apache Software License, Version 2.0
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'
Click the following link to download the jar file.
apksig-2.3.0-javadoc.jar