unity-wrapper
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.appsflyer</groupId> <artifactId>unity-wrapper</artifactId> <version>6.16.21</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>com.appsflyer</groupId> <artifactId>unity-wrapper</artifactId> <version>6.16.21</version> <packaging>aar</packaging> <name>AppsFlyer Unity Integration</name> <description>AppsFlyer Integration for Unity</description> <url>http://bitbucket.org/appsflyer/appsflyer-android-sdk</url> <licenses> <license> <name>Proprietary</name> <url>http://www.appsflyer.com</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>appsflyer</id> <name>AppsFlyer, Inc.</name> </developer> </developers> <scm> <connection>scm:hg:http://bitbucket.org/appsflyer/appsflyer-android-sdk</connection> <developerConnection>scm:hg:https://bitbucket.org/appsflyer/appsflyer-android-sdk</developerConnection> <url>http://bitbucket.org/appsflyer/appsflyer-android-sdk</url> </scm> <dependencies/> </project>