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