GroupId | GroupIdcom.adyen.checkout |
---|---|
ArtifactId | ArtifactIdwechatpay |
Version | Version4.0.0-beta01 |
Type | Typeaar |
Filename | Size |
---|---|
wechatpay-4.0.0-beta01.pom | |
wechatpay-4.0.0-beta01.aar | 15 KB |
wechatpay-4.0.0-beta01-sources.aar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.adyen.checkout/wechatpay/ -->
<dependency>
<groupId>com.adyen.checkout</groupId>
<artifactId>wechatpay</artifactId>
<version>4.0.0-beta01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.adyen.checkout/wechatpay/
implementation 'com.adyen.checkout:wechatpay:4.0.0-beta01'
// https://jarcasting.com/artifacts/com.adyen.checkout/wechatpay/
implementation ("com.adyen.checkout:wechatpay:4.0.0-beta01")
'com.adyen.checkout:wechatpay:aar:4.0.0-beta01'
<dependency org="com.adyen.checkout" name="wechatpay" rev="4.0.0-beta01">
<artifact name="wechatpay" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.adyen.checkout', module='wechatpay', version='4.0.0-beta01')
)
libraryDependencies += "com.adyen.checkout" % "wechatpay" % "4.0.0-beta01"
[com.adyen.checkout/wechatpay "4.0.0-beta01"]