License |
License |
---|---|
Categories |
CategoriesDex General Purpose Libraries Utility |
GroupId | GroupIdcom.tencent.tinker |
ArtifactId | ArtifactIdaosp-dexutils |
Last Version | Last Version1.9.14.20 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDex Utils Lib From AOSP
Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstalling apk.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
aosp-dexutils-1.9.14.20.pom | |
aosp-dexutils-1.9.14.20.jar | 112 KB |
aosp-dexutils-1.9.14.20-sources.jar | 78 KB |
aosp-dexutils-1.9.14.20-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.tinker/aosp-dexutils/ -->
<dependency>
<groupId>com.tencent.tinker</groupId>
<artifactId>aosp-dexutils</artifactId>
<version>1.9.14.20</version>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.tinker/aosp-dexutils/
implementation 'com.tencent.tinker:aosp-dexutils:1.9.14.20'
// https://jarcasting.com/artifacts/com.tencent.tinker/aosp-dexutils/
implementation ("com.tencent.tinker:aosp-dexutils:1.9.14.20")
'com.tencent.tinker:aosp-dexutils:jar:1.9.14.20'
<dependency org="com.tencent.tinker" name="aosp-dexutils" rev="1.9.14.20">
<artifact name="aosp-dexutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.tinker', module='aosp-dexutils', version='1.9.14.20')
)
libraryDependencies += "com.tencent.tinker" % "aosp-dexutils" % "1.9.14.20"
[com.tencent.tinker/aosp-dexutils "1.9.14.20"]