nps-android
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.ingenico-nps-latam</groupId> <artifactId>nps-android</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 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>com.github.ingenico-nps-latam</groupId> <artifactId>nps-android</artifactId> <version>1.0.15</version> <packaging>aar</packaging> <name>nps-android</name> <description>nps Android Bindings</description> <url>https://github.com/Ingenico-NPS-Latam/nps-sdk-android</url> <licenses> <license> <name>The MIT License</name> <url>https://raw.githubusercontent.com/Ingenico-NPS-Latam/nps-sdk-android/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>Fer</id> <name>Fernando Bonifacio</name> </developer> </developers> <scm> <connection>scm:git@github.com/Ingenico-NPS-Latam/nps-sdk-android.git</connection> <developerConnection>scm:git@github.com/Ingenico-NPS-Latam/nps-sdk-android.git</developerConnection> <url>https://github.com/Ingenico-NPS-Latam/nps-sdk-android</url> </scm> <dependencies> <dependency> <groupId>com.android.support</groupId> <artifactId>multidex</artifactId> <version>1.0.1</version> <scope>compile</scope> </dependency> <dependency> <artifactId>deviceprint-lib-release-2.3.2</artifactId> <type>aar</type> <scope>compile</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> </dependencies> </project>