oaid
Used in: 0 components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
Overview
Description
AppsFlyer Integration for Open Advertiser ID
Snippets
<dependency> <groupId>com.appsflyer</groupId> <artifactId>oaid</artifactId> <version>6.12.3</version> </dependency>
Maven POM File
<?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>oaid</artifactId> <version>6.12.3</version> <packaging>aar</packaging> <name>AppsFlyer OAID</name> <description>AppsFlyer Integration for Open Advertiser ID</description> <url>http://bitbucket.org/appsflyer/appsflyer-android-sdk</url> <licenses> <license> <name>MIT License</name> <url>https://github.com/AppsFlyerSDK/appsflyer-oaid/blob/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>appsflyer</id> <name>AppsFlyer Ltd</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> <dependency> <groupId>androidx.annotation</groupId> <artifactId>annotation</artifactId> <version>1.7.0</version> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.6.20</version> </dependency> </dependencies> </project>