GroupId | GroupIdcom.tencent.mm.opensdk |
---|---|
ArtifactId | ArtifactIdwechat-sdk-android-without-mta |
Version | Version6.6.4 |
Type | Typeaar |
<!-- 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.6.4</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.6.4'
// https://jarcasting.com/artifacts/com.tencent.mm.opensdk/wechat-sdk-android-without-mta/
implementation ("com.tencent.mm.opensdk:wechat-sdk-android-without-mta:6.6.4")
'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:aar:6.6.4'
<dependency org="com.tencent.mm.opensdk" name="wechat-sdk-android-without-mta" rev="6.6.4">
<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.6.4')
)
libraryDependencies += "com.tencent.mm.opensdk" % "wechat-sdk-android-without-mta" % "6.6.4"
[com.tencent.mm.opensdk/wechat-sdk-android-without-mta "6.6.4"]