| Группа | Группаcom.adyen.checkout |
|---|---|
| Идентификатор | Идентификаторwechatpay-base |
| Версия | Версия3.7.2 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| wechatpay-base-3.7.2.pom | |
| wechatpay-base-3.7.2.aar | 14 KB |
| wechatpay-base-3.7.2-sources.aar | 7 KB |
| wechatpay-base-3.7.2-javadoc.aar | 38 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.adyen.checkout/wechatpay-base/ -->
<dependency>
<groupId>com.adyen.checkout</groupId>
<artifactId>wechatpay-base</artifactId>
<version>3.7.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.adyen.checkout/wechatpay-base/
implementation 'com.adyen.checkout:wechatpay-base:3.7.2'
// https://jarcasting.com/artifacts/com.adyen.checkout/wechatpay-base/
implementation ("com.adyen.checkout:wechatpay-base:3.7.2")
'com.adyen.checkout:wechatpay-base:aar:3.7.2'
<dependency org="com.adyen.checkout" name="wechatpay-base" rev="3.7.2">
<artifact name="wechatpay-base" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.adyen.checkout', module='wechatpay-base', version='3.7.2')
)
libraryDependencies += "com.adyen.checkout" % "wechatpay-base" % "3.7.2"
[com.adyen.checkout/wechatpay-base "3.7.2"]