MVN

com.tencent.imsdk : imsdk-customer

Maven & Gradle

Jan 06, 2023
2.5k stars

imsdk-customer · IMSDK for Android

<dependency>
    <groupId>com.tencent.imsdk</groupId>
    <artifactId>imsdk-customer</artifactId>
    <version>7.0.3754</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 7.0.3754

All Versions

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

Version Vulnerabilities Updated
7.0.x
imsdk-customer-7.0.3754
imsdk-customer-7.0.1212
6.9.x
imsdk-customer-6.9.3557
6.8.x
imsdk-customer-6.8.3374
imsdk-customer-6.8.3373
6.7.x
imsdk-customer-6.7.3184
6.5.x
imsdk-customer-6.5.2811

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tencent.imsdk</groupId>
    <artifactId>imsdk-customer</artifactId>
    <version>7.0.3754</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.tencent.imsdk:imsdk-customer:7.0.3754'

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

implementation("com.tencent.imsdk:imsdk-customer:7.0.3754")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.tencent.imsdk" % "imsdk-customer" % "7.0.3754"

Advertisement