wechatpay
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.adyen.checkout</groupId> <artifactId>wechatpay</artifactId> <version>5.12.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.adyen.checkout</groupId> <artifactId>wechatpay</artifactId> <version>5.12.0</version> <packaging>aar</packaging> <name>Adyen Checkout WeChat Pay component</name> <description>Adyen checkout WeChat Pay component client for Adyen's Checkout API.</description> <url>https://github.com/Adyen/adyen-android</url> <organization> <name>Adyen N.V.</name> <url>https://www.adyen.com/</url> </organization> <licenses> <license> <name>MIT License</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <name>Checkout</name> <organization>Adyen N.V.</organization> <organizationUrl>https://www.adyen.com/</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/Adyen/adyen-android.git</connection> <developerConnection>scm:git:git://github.com/Adyen/adyen-android.git</developerConnection> <url>https://github.com/Adyen/adyen-android</url> </scm> <dependencies> <dependency> <groupId>com.adyen.checkout</groupId> <artifactId>ui-core</artifactId> <version>5.12.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.9.25</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.tencent.mm.opensdk</groupId> <artifactId>wechat-sdk-android-without-mta</artifactId> <version>6.8.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>