apptrace-android-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>cn.apptrace.sdk</groupId> <artifactId>apptrace-android-sdk</artifactId> <version>1.1.4</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>cn.apptrace.sdk</groupId> <artifactId>apptrace-android-sdk</artifactId> <version>1.1.4</version> <name>apptrace-android-sdk</name> <description>AppTrace is a tool that tracks the source of App downloads after installation. With this tool, you can conveniently achieve functions such as parameter transmission after App installation, invitation relationship binding without filling in invitation codes, and channel promotion effect statistics, thereby improving the efficiency of App promotion.</description> <url>https://github.com/appstrace/apptrace-android-sdk</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>appstrace</id> <name>appstrace</name> <email>dev@apptrace.cn</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/appstrace/apptrace-android-sdk</connection> <developerConnection>scm:git:https://github.com/appstrace/apptrace-android-sdk</developerConnection> <url>https://github.com/appstrace/apptrace-android-sdk</url> </scm> <dependencies> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.6.1</version> </dependency> </dependencies> </project>