zip
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.quadpay</groupId>
<artifactId>zip</artifactId>
<version>1.0.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.quadpay</groupId>
<artifactId>zip</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>
<name>com.zip.zip</name>
<description>Zip's open-source Android SDK</description>
<url>https://github.com/quadpay/quadpay-merchant-sdk-android</url>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<developers>
<developer>
<id>zipengineeringteam</id>
<name>Zip Engineering Team</name>
<email>global-checkout@zip.co</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/quadpay/quadpay-merchant-sdk-android.git</connection>
<developerConnection>scm:git:https://github.com/quadpay/quadpay-merchant-sdk-android.git</developerConnection>
<url>https://github.com/quadpay/quadpay-merchant-sdk-android</url>
</scm>
<dependencies>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>androidx.legacy</groupId>
<artifactId>legacy-support-v4</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>androidx.constraintlayout</groupId>
<artifactId>constraintlayout</artifactId>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-gson</artifactId>
<version>2.9.0</version>
</dependency>
</dependencies>
</project>