rxp-hpp-android
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.realexpayments.hpp.sdk</groupId> <artifactId>rxp-hpp-android</artifactId> <version>2.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.realexpayments.hpp.sdk</groupId> <artifactId>rxp-hpp-android</artifactId> <version>2.3</version> <packaging>aar</packaging> <name>rxp-hpp-android</name> <description>The official Realex Payments Android SDK for HPP and Remote API.</description> <url>https://developer.realexpayments.com</url> <licenses> <license> <name>The MIT License (MIT)</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <id>realexpayments</id> <name>Realex Payments</name> <email>developers@realexpayments.com</email> </developer> </developers> <scm> <connection>https://github.com/realexpayments/rxp-android.git</connection> <developerConnection>https://github.com/realexpayments/rxp-android.git</developerConnection> <url>https://developer.realexpayments.com</url> </scm> <dependencies> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.10.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.6.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.retrofit</groupId> <artifactId>retrofit</artifactId> <version>1.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.okhttp</groupId> <artifactId>okhttp</artifactId> <version>2.7.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> <version>4.4.16</version> <scope>runtime</scope> </dependency> </dependencies> </project>