License |
License |
---|---|
GroupId | GroupIdcom.tencent.tinker |
ArtifactId | ArtifactIdtinker-ziputils |
Last Version | Last Version1.9.14.20 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTinker Zip Utils
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 |
---|---|
tinker-ziputils-1.9.14.20.pom | |
tinker-ziputils-1.9.14.20.jar | 30 KB |
tinker-ziputils-1.9.14.20-sources.jar | 32 KB |
tinker-ziputils-1.9.14.20-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.tinker/tinker-ziputils/ -->
<dependency>
<groupId>com.tencent.tinker</groupId>
<artifactId>tinker-ziputils</artifactId>
<version>1.9.14.20</version>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.tinker/tinker-ziputils/
implementation 'com.tencent.tinker:tinker-ziputils:1.9.14.20'
// https://jarcasting.com/artifacts/com.tencent.tinker/tinker-ziputils/
implementation ("com.tencent.tinker:tinker-ziputils:1.9.14.20")
'com.tencent.tinker:tinker-ziputils:jar:1.9.14.20'
<dependency org="com.tencent.tinker" name="tinker-ziputils" rev="1.9.14.20">
<artifact name="tinker-ziputils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.tinker', module='tinker-ziputils', version='1.9.14.20')
)
libraryDependencies += "com.tencent.tinker" % "tinker-ziputils" % "1.9.14.20"
[com.tencent.tinker/tinker-ziputils "1.9.14.20"]