GroupId | GroupIdcom.adyen.checkout |
---|---|
ArtifactId | ArtifactIdwechatpay |
Version | Version2.4.13 |
Type | Typeaar |
Filename | Size |
---|---|
wechatpay-2.4.13.pom | |
wechatpay-2.4.13.aar | 12 KB |
wechatpay-2.4.13-sources.jar | 5 KB |
wechatpay-2.4.13-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.adyen.checkout/wechatpay/ -->
<dependency>
<groupId>com.adyen.checkout</groupId>
<artifactId>wechatpay</artifactId>
<version>2.4.13</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.adyen.checkout/wechatpay/
implementation 'com.adyen.checkout:wechatpay:2.4.13'
// https://jarcasting.com/artifacts/com.adyen.checkout/wechatpay/
implementation ("com.adyen.checkout:wechatpay:2.4.13")
'com.adyen.checkout:wechatpay:aar:2.4.13'
<dependency org="com.adyen.checkout" name="wechatpay" rev="2.4.13">
<artifact name="wechatpay" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.adyen.checkout', module='wechatpay', version='2.4.13')
)
libraryDependencies += "com.adyen.checkout" % "wechatpay" % "2.4.13"
[com.adyen.checkout/wechatpay "2.4.13"]