TrustDefender-Profiling-Connections
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.airwallex</groupId> <artifactId>TrustDefender-Profiling-Connections</artifactId> <version>7.3-42</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>io.github.airwallex</groupId> <artifactId>TrustDefender-Profiling-Connections</artifactId> <version>7.3-42</version> <packaging>aar</packaging> <name>Airwallex fingerprinting profiling connections component</name> <description>Airwallex Device Fingerprinting Android SDK</description> <url>https://github.com/airwallex/airwallex-payment-android</url> <organization> <name>Airwallex</name> <url>https://www.airwallex.com/</url> </organization> <licenses> <license> <name>MIT License</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <organization>Airwallex</organization> <organizationUrl>https://www.airwallex.com/</organizationUrl> </developer> </developers> <scm> <connection>https://github.com/airwallex/airwallex-payment-android.git</connection> <developerConnection>https://github.com/airwallex/airwallex-payment-android.git</developerConnection> <url>https://github.com/airwallex/airwallex-payment-android</url> </scm> </project>