MVN

com.tencent.imsdk : imsdk-plus-pro

Maven & Gradle

Aug 11, 2023
2.5k stars

imsdk-plus-pro · IMSDK for Android

<dependency>
    <groupId>com.tencent.imsdk</groupId>
    <artifactId>imsdk-plus-pro</artifactId>
    <version>7.4.4643</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tencent.imsdk : imsdk-plus-pro to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.4.4643

All Versions

Choose a version of com.tencent.imsdk : imsdk-plus-pro to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.4.x
imsdk-plus-pro-7.4.4643
7.3.x
imsdk-plus-pro-7.3.4358
7.2.x
imsdk-plus-pro-7.2.4146
imsdk-plus-pro-7.2.4123
7.1.x
imsdk-plus-pro-7.1.3925
7.0.x
imsdk-plus-pro-7.0.3771
imsdk-plus-pro-7.0.3754
6.9.x
imsdk-plus-pro-6.9.3557
6.8.x
imsdk-plus-pro-6.8.3374

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tencent.imsdk</groupId>
    <artifactId>imsdk-plus-pro</artifactId>
    <version>7.4.4643</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tencent.imsdk : imsdk-plus-pro gradle dependency to your build.gradle file:

implementation 'com.tencent.imsdk:imsdk-plus-pro:7.4.4643'

Gradle Kotlin DSL: Add the following com.tencent.imsdk : imsdk-plus-pro gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tencent.imsdk:imsdk-plus-pro:7.4.4643")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tencent.imsdk : imsdk-plus-pro sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tencent.imsdk" % "imsdk-plus-pro" % "7.4.4643"