GroupId | GroupIdcom.tencent.mm.opensdk |
---|---|
ArtifactId | ArtifactIdwechat-sdk-android-without-mta |
Version | Version6.6.23 |
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.23</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.23'
// 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.23")
'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:aar:6.6.23'
<dependency org="com.tencent.mm.opensdk" name="wechat-sdk-android-without-mta" rev="6.6.23">
<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.23')
)
libraryDependencies += "com.tencent.mm.opensdk" % "wechat-sdk-android-without-mta" % "6.6.23"
[com.tencent.mm.opensdk/wechat-sdk-android-without-mta "6.6.23"]