heartland-portico
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.heartlandpaymentsystems</groupId> <artifactId>heartland-portico</artifactId> <version>1.0.15</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>heartland-portico</artifactId> <version>1.0.15</version> <packaging>aar</packaging> <name>heartland-portico</name> <description>Portico library for supporting the Heartland Android SDK.</description> <url>https://developer.heartlandpaymentsystems.com/</url> <licenses> <license> <name>The MIT License (MIT)</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <id>heartland</id> <name>Heartland Payment Systems</name> <email>developers@heartland.us</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/hps/heartland-android.git</connection> <developerConnection>scm:git:ssh://github.com/hps/heartland-android.git</developerConnection> <url>https://github.com/hps/heartland-android</url> </scm> </project>