MVN

com.tencent.tinker : bsdiff-util

Maven & Gradle

Aug 09, 2023
3 usages
17k stars

BsDiff Util · Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstalling apk.

<dependency>
    <groupId>com.tencent.tinker</groupId>
    <artifactId>bsdiff-util</artifactId>
    <version>1.9.14.25.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tencent.tinker : bsdiff-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.14.25.3

All Versions

Choose a version of com.tencent.tinker : bsdiff-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
bsdiff-util-1.9.14.25.3
bsdiff-util-1.9.14.25.2
bsdiff-util-1.9.14.25.1
bsdiff-util-1.9.14.25
bsdiff-util-1.9.14.24
bsdiff-util-1.9.14.23.1
bsdiff-util-1.9.14.23
bsdiff-util-1.9.14.22
bsdiff-util-1.9.14.21
bsdiff-util-1.9.14.20
bsdiff-util-1.9.14.19
bsdiff-util-1.9.14.18
bsdiff-util-1.9.14.17
bsdiff-util-1.9.14.16
bsdiff-util-1.9.14.9
bsdiff-util-1.9.14.8
bsdiff-util-1.9.14
bsdiff-util-1.9.14.7
bsdiff-util-1.9.14.6
bsdiff-util-1.9.14.5
bsdiff-util-1.9.14.4
bsdiff-util-1.9.14.3
bsdiff-util-1.9.14.15
bsdiff-util-1.9.14.14
bsdiff-util-1.9.14.13
bsdiff-util-1.9.14.12
bsdiff-util-1.9.14.11
bsdiff-util-1.9.14.10
bsdiff-util-1.9.13.2
bsdiff-util-1.9.13.1
bsdiff-util-1.9.13
bsdiff-util-1.9.11
bsdiff-util-1.9.9
bsdiff-util-1.9.8
bsdiff-util-1.9.6
bsdiff-util-1.9.5
bsdiff-util-1.9.2
bsdiff-util-1.9.1
bsdiff-util-1.9.0
1.8.x
bsdiff-util-1.8.1
bsdiff-util-1.8.0
1.7.x
bsdiff-util-1.7.11
bsdiff-util-1.7.10
bsdiff-util-1.7.9
bsdiff-util-1.7.8
bsdiff-util-1.7.7
bsdiff-util-1.7.6
bsdiff-util-1.7.5
bsdiff-util-1.7.4
bsdiff-util-1.7.3
bsdiff-util-1.7.2
bsdiff-util-1.7.1
bsdiff-util-1.7.0
1.6.x
bsdiff-util-1.6.2
bsdiff-util-1.6.1
bsdiff-util-1.6.0
0.1.x
bsdiff-util-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tencent.tinker</groupId>
    <artifactId>bsdiff-util</artifactId>
    <version>1.9.14.25.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tencent.tinker : bsdiff-util gradle dependency to your build.gradle file:

implementation 'com.tencent.tinker:bsdiff-util:1.9.14.25.3'

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

implementation("com.tencent.tinker:bsdiff-util:1.9.14.25.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tencent.tinker : bsdiff-util sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tencent.tinker" % "bsdiff-util" % "1.9.14.25.3"

Advertisement