| License | License | 
|---|---|
| GroupId | GroupIdcom.tencent.mm.opensdk | 
| ArtifactId | ArtifactIdwechat-sdk-android-without-mta | 
| Last Version | Last Version6.8.0 | 
| Release Date | Release Date | 
| Type | Typeaar | 
| Description | DescriptionWechat SDK for Android Wechat SDK for Android | 
| Project URL | Project URL | 
<!-- https://jarcasting.com/artifacts/com.tencent.mm.opensdk/wechat-sdk-android-without-mta/ -->
<dependency>
    <groupId>com.tencent.mm.opensdk</groupId>
    <artifactId>wechat-sdk-android-without-mta</artifactId>
    <version>6.8.0</version>
    <type>aar</type>
</dependency>// https://jarcasting.com/artifacts/com.tencent.mm.opensdk/wechat-sdk-android-without-mta/
implementation 'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:6.8.0'// https://jarcasting.com/artifacts/com.tencent.mm.opensdk/wechat-sdk-android-without-mta/
implementation ("com.tencent.mm.opensdk:wechat-sdk-android-without-mta:6.8.0")'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:aar:6.8.0'<dependency org="com.tencent.mm.opensdk" name="wechat-sdk-android-without-mta" rev="6.8.0">
  <artifact name="wechat-sdk-android-without-mta" type="aar" />
</dependency>@Grapes(
@Grab(group='com.tencent.mm.opensdk', module='wechat-sdk-android-without-mta', version='6.8.0')
)libraryDependencies += "com.tencent.mm.opensdk" % "wechat-sdk-android-without-mta" % "6.8.0"[com.tencent.mm.opensdk/wechat-sdk-android-without-mta "6.8.0"]