MVN

com.tencent.mm.opensdk : wechat-sdk-android

Maven & Gradle

Apr 06, 2023
2 usages

Wechat SDK for Android · Wechat SDK for Android

<dependency>
    <groupId>com.tencent.mm.opensdk</groupId>
    <artifactId>wechat-sdk-android</artifactId>
    <version>6.8.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tencent.mm.opensdk : wechat-sdk-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.8.24

All Versions

Choose a version of com.tencent.mm.opensdk : wechat-sdk-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.8.x
wechat-sdk-android-6.8.24
wechat-sdk-android-6.8.20
wechat-sdk-android-6.8.18
wechat-sdk-android-6.8.15
wechat-sdk-android-6.8.11
wechat-sdk-android-6.8.9
wechat-sdk-android-6.8.0
6.6.x
wechat-sdk-android-6.6.4

How to add a dependency to Maven

Add the following com.tencent.mm.opensdk : wechat-sdk-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tencent.mm.opensdk</groupId>
    <artifactId>wechat-sdk-android</artifactId>
    <version>6.8.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tencent.mm.opensdk : wechat-sdk-android gradle dependency to your build.gradle file:

implementation 'com.tencent.mm.opensdk:wechat-sdk-android:6.8.24'

Gradle Kotlin DSL: Add the following com.tencent.mm.opensdk : wechat-sdk-android gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tencent.mm.opensdk:wechat-sdk-android:6.8.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tencent.mm.opensdk : wechat-sdk-android sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tencent.mm.opensdk" % "wechat-sdk-android" % "6.8.24"

Advertisement