MVN

com.appsflyer : oaid-beta

Maven & Gradle

Dec 11, 2022
1 usages

AppsFlyer OAID · AppsFlyer Integration for Open Advertiser ID

<dependency>
    <groupId>com.appsflyer</groupId>
    <artifactId>oaid-beta</artifactId>
    <version>6.9.0-rc2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.appsflyer : oaid-beta to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.9.0-rc2
  • Latest Release Candidate: 6.9.0-rc2

All Versions

Choose a version of com.appsflyer : oaid-beta to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.9.x
oaid-beta-6.9.0-rc2
oaid-beta-6.9.0-rc1
6.4.x
oaid-beta-6.4.3-rc1
oaid-beta-6.4.2-rc2
oaid-beta-6.4.2_rc1
6.2.x
oaid-beta-6.2.4-rc1
oaid-beta-6.2.1-rc1
5.4.x
oaid-beta-5.4.4-rc1
oaid-beta-5.4.0-rc1
5.2.x
oaid-beta-5.2.0-rc7
oaid-beta-5.2.0-rc6
oaid-beta-5.2.0-rc5
oaid-beta-5.2.0-rc4
oaid-beta-5.2.0-rc3
oaid-beta-5.2.0-rc2
oaid-beta-5.2.0-rc1
5.1.x
oaid-beta-5.1.0-rc12
oaid-beta-5.1.0-rc11
oaid-beta-5.1.0-rc10
oaid-beta-5.1.0-rc9
oaid-beta-5.1.0-rc8
oaid-beta-5.1.0-rc7
oaid-beta-5.1.0-rc6
oaid-beta-5.1.0-rc5
oaid-beta-5.1.0-rc4

How to add a dependency to Maven

Add the following com.appsflyer : oaid-beta maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.appsflyer</groupId>
    <artifactId>oaid-beta</artifactId>
    <version>6.9.0-rc2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.appsflyer : oaid-beta gradle dependency to your build.gradle file:

implementation 'com.appsflyer:oaid-beta:6.9.0-rc2'

Gradle Kotlin DSL: Add the following com.appsflyer : oaid-beta gradle kotlin dependency to your build.gradle.kts file:

implementation("com.appsflyer:oaid-beta:6.9.0-rc2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.appsflyer : oaid-beta sbt scala dependency to your build.sbt file:

libraryDependencies += "com.appsflyer" % "oaid-beta" % "6.9.0-rc2"