purchase-connector
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.appsflyer</groupId> <artifactId>purchase-connector</artifactId> <version>2.1.1</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.appsflyer</groupId> <artifactId>purchase-connector</artifactId> <version>2.1.1</version> <packaging>aar</packaging> <name>AppsFlyer Purchase Connector</name> <description>AppsFlyer Integration with Store Billing Client</description> <url>http://www.appsflyer.com/</url> <licenses> <license> <name>MIT License</name> <url>https://github.com/AppsFlyerSDK/android-purchase-connector/blob/main/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>Maxim</id> <name>Maxim Shoustin</name> <email>maxim@appsflyer.com</email> </developer> <developer> <id>Paz</id> <name>Paz Lavi</name> <email>paz.lavi@appsflyer.com</email> </developer> <developer> <id>Andrii</id> <name>Andrii Dudka</name> <email>andrii.dudka@appsflyer.com</email> </developer> <developer> <id>Taras</id> <name>Taras Lozovyi</name> <email>taras.lozovyi@appsflyer.com</email> </developer> </developers> <scm> <connection>scm:hg:https://gitlab.appsflyer.com/mobile/android-purchase-connector</connection> <developerConnection>scm:hg:https://gitlab.appsflyer.com/mobile/android-purchase-connector</developerConnection> <url>https://gitlab.appsflyer.com/mobile/android-purchase-connector</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.8.21</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.core</groupId> <artifactId>core-ktx</artifactId> <version>1.10.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.appsflyer</groupId> <artifactId>af-android-sdk</artifactId> <version>6.15.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>