MVN

com.tencent.tcr : tinker-android-anno

Maven & Gradle

Aug 08, 2023
27 stars

tinker-android-anno · Micro tinker provide hot update capability.

<dependency>
    <groupId>com.tencent.tcr</groupId>
    <artifactId>tinker-android-anno</artifactId>
    <version>2.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tencent.tcr : tinker-android-anno to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.4

All Versions

Choose a version of com.tencent.tcr : tinker-android-anno to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
tinker-android-anno-2.0.4
tinker-android-anno-2.0.3
tinker-android-anno-2.0.2
tinker-android-anno-2.0.1
tinker-android-anno-2.0.0

How to add a dependency to Maven

Add the following com.tencent.tcr : tinker-android-anno maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tencent.tcr</groupId>
    <artifactId>tinker-android-anno</artifactId>
    <version>2.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tencent.tcr : tinker-android-anno gradle dependency to your build.gradle file:

implementation 'com.tencent.tcr:tinker-android-anno:2.0.4'

Gradle Kotlin DSL: Add the following com.tencent.tcr : tinker-android-anno gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tencent.tcr:tinker-android-anno:2.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tencent.tcr : tinker-android-anno sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tencent.tcr" % "tinker-android-anno" % "2.0.4"

Advertisement