ECPayPaymentGatewayKit
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>tw.com.ecpay</groupId> <artifactId>ECPayPaymentGatewayKit</artifactId> <version>1.7.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>tw.com.ecpay</groupId> <artifactId>ECPayPaymentGatewayKit</artifactId> <version>1.7.0</version> <packaging>aar</packaging> <name>ecpayPaymentGatewayKit</name> <description>ECPay PaymentGateway SDK</description> <url>https://github.com/ECPay/ECPayPaymentGatewayKit_Android</url> <licenses> <license> <name>MIT Licence</name> <url>https://raw.githubusercontent.com/qianyan/underscore.string.java/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>ecpay</id> <name>appstore</name> <email>appstore@ecpay.com.tw</email> </developer> </developers> <scm> <connection>https://github.com/ECPay/ECPayPaymentGatewayKit_Android.git</connection> <developerConnection>git@github.com:ECPay/ECPayPaymentGatewayKit_Android.git</developerConnection> <url>https://github.com/ECPay/ECPayPaymentGatewayKit_Android</url> </scm> <dependencies> <dependency> <groupId>androidx.core</groupId> <artifactId>core</artifactId> <version>1.13.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.activity</groupId> <artifactId>activity</artifactId> <version>1.8.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.3.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.constraintlayout</groupId> <artifactId>constraintlayout</artifactId> <version>2.1.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.android.material</groupId> <artifactId>material</artifactId> <version>1.1.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.9.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.zxing</groupId> <artifactId>core</artifactId> <version>3.3.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>4.12.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>logging-interceptor</artifactId> <version>4.12.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>retrofit</artifactId> <version>2.9.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>converter-gson</artifactId> <version>2.9.0</version> <scope>compile</scope> </dependency> </dependencies> </project>