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