t

tinker-commons

Micro tinker provide hot update capability.
https://github.com/tencentyun/cloudgame-android-sdk
Tencent Binary License
tencent
Files download
File Operation
tinker-commons-2.0.1.jar download
tinker-commons-2.0.1.pom download
Apache Maven
<dependency>
  <groupId>com.tencent.tcr</groupId>
  <artifactId>tinker-commons</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.tencent.tcr:tinker-commons:2.0.1'
Gradle Kotlin
implementation("com.tencent.tcr:tinker-commons:2.0.1")
Scala SBT
libraryDependencies += "com.tencent.tcr" % "tinker-commons" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.tencent.tcr', module='tinker-commons', version='2.0.1')
)
Apache Ivy
<dependency org="com.tencent.tcr" name="tinker-commons" rev="2.0.1" />
Leiningen
[com.tencent.tcr/tinker-commons "2.0.1"]
Apache Buildr
'com.tencent.tcr:tinker-commons:jar:2.0.1'