com.android.tools.build.apksig

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

License

License

GroupId

GroupId

com.android.tools.build
ArtifactId

ArtifactId

apksig
Last Version

Last Version

2.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

com.android.tools.build.apksig
Library for signing APKs and for checking that APK signatures verify on Android
Project URL

Project URL

http://tools.android.com/
Source Code Management

Source Code Management

https://android.googlesource.com/platform/tools/base

Download apksig

How to add to project

<!-- https://jarcasting.com/artifacts/com.android.tools.build/apksig/ -->
<dependency>
    <groupId>com.android.tools.build</groupId>
    <artifactId>apksig</artifactId>
    <version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.android.tools.build/apksig/
implementation 'com.android.tools.build:apksig:2.3.0'
// https://jarcasting.com/artifacts/com.android.tools.build/apksig/
implementation ("com.android.tools.build:apksig:2.3.0")
'com.android.tools.build:apksig:jar:2.3.0'
<dependency org="com.android.tools.build" name="apksig" rev="2.3.0">
  <artifact name="apksig" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.android.tools.build', module='apksig', version='2.3.0')
)
libraryDependencies += "com.android.tools.build" % "apksig" % "2.3.0"
[com.android.tools.build/apksig "2.3.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
2.3.0