payment-googlepay
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.airwallex</groupId>
<artifactId>payment-googlepay</artifactId>
<version>6.8.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>io.github.airwallex</groupId>
<artifactId>payment-googlepay</artifactId>
<version>6.8.0</version>
<packaging>aar</packaging>
<name>Airwallex Payment Google Pay</name>
<description>Airwallex Payment Google Pay SDK</description>
<url>https://github.com/airwallex/airwallex-payment-android</url>
<organization>
<name>Airwallex</name>
<url>https://www.airwallex.com/</url>
</organization>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<organization>Airwallex</organization>
<organizationUrl>https://www.airwallex.com/</organizationUrl>
</developer>
</developers>
<scm>
<connection>https://github.com/airwallex/airwallex-payment-android.git</connection>
<developerConnection>https://github.com/airwallex/airwallex-payment-android.git</developerConnection>
<url>https://github.com/airwallex/airwallex-payment-android</url>
</scm>
<dependencies>
<dependency>
<groupId>io.github.airwallex</groupId>
<artifactId>payment-3ds</artifactId>
<version>6.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.databinding</groupId>
<artifactId>viewbinding</artifactId>
<version>8.6.1</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>io.github.airwallex</groupId>
<artifactId>payment-ui-core</artifactId>
<version>6.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.activity</groupId>
<artifactId>activity-ktx</artifactId>
<version>1.9.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.fragment</groupId>
<artifactId>fragment-ktx</artifactId>
<version>1.8.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>play-services-wallet</artifactId>
<version>19.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-play-services</artifactId>
<version>1.8.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>