t

tinker-ziputils

Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstalling apk.
https://github.com/Tencent/tinker
BSD License
Tencent Wechat, Inc.
Files download
File Operation
tinker-ziputils-1.9.15.1.jar download
tinker-ziputils-1.9.15.1.pom download
tinker-ziputils-1.9.15.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tencent.tinker</groupId>
  <artifactId>tinker-ziputils</artifactId>
  <version>1.9.15.1</version>
</dependency>
Gradle Groovy
implementation 'com.tencent.tinker:tinker-ziputils:1.9.15.1'
Gradle Kotlin
implementation("com.tencent.tinker:tinker-ziputils:1.9.15.1")
Scala SBT
libraryDependencies += "com.tencent.tinker" % "tinker-ziputils" % "1.9.15.1"
Groovy Grape
@Grapes(
  @Grab(group='com.tencent.tinker', module='tinker-ziputils', version='1.9.15.1')
)
Apache Ivy
<dependency org="com.tencent.tinker" name="tinker-ziputils" rev="1.9.15.1" />
Leiningen
[com.tencent.tinker/tinker-ziputils "1.9.15.1"]
Apache Buildr
'com.tencent.tinker:tinker-ziputils:jar:1.9.15.1'
Dependencies
The project has no third-party dependencies