t

tinker-commons

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-commons-1.9.14.27.jar download
tinker-commons-1.9.14.27.pom download
tinker-commons-1.9.14.27-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tencent.tinker</groupId>
  <artifactId>tinker-commons</artifactId>
  <version>1.9.14.27</version>
</dependency>
Gradle Groovy
implementation 'com.tencent.tinker:tinker-commons:1.9.14.27'
Gradle Kotlin
implementation("com.tencent.tinker:tinker-commons:1.9.14.27")
Scala SBT
libraryDependencies += "com.tencent.tinker" % "tinker-commons" % "1.9.14.27"
Groovy Grape
@Grapes(
  @Grab(group='com.tencent.tinker', module='tinker-commons', version='1.9.14.27')
)
Apache Ivy
<dependency org="com.tencent.tinker" name="tinker-commons" rev="1.9.14.27" />
Leiningen
[com.tencent.tinker/tinker-commons "1.9.14.27"]
Apache Buildr
'com.tencent.tinker:tinker-commons:jar:1.9.14.27'