globalpayments-ingenico
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.heartlandpaymentsystems</groupId> <artifactId>globalpayments-ingenico</artifactId> <version>1.0.14</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"> <modelVersion>4.0.0</modelVersion> <groupId>com.heartlandpaymentsystems</groupId> <artifactId>globalpayments-ingenico</artifactId> <version>1.0.14</version> <packaging>aar</packaging> <name>globalpayments-ingenico</name> <description>Ingenico library for supporting the Global Payments Android Device Library.</description> <url>https://developer.globalpay.com/</url> <licenses> <license> <name>The MIT License (MIT)</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <id>globalpayments</id> <name>Global Payments</name> <email>developers@globalpayments.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/globalpayments/android-device-lib.git</connection> <developerConnection>scm:git:ssh://globalpayments/android-device-lib.git</developerConnection> <url>https://github.com/globalpayments/android-device-lib</url> </scm> </project>