MVN

com.appsflyer : unity-adrevenue-wrapper

Maven & Gradle

Feb 13, 2022

AppsFlyer Unity Ad Revenue Integration · AppsFlyer Ad Revenue Integration for Unity

<dependency>
    <groupId>com.appsflyer</groupId>
    <artifactId>unity-adrevenue-wrapper</artifactId>
    <version>6.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.appsflyer : unity-adrevenue-wrapper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.5.3

All Versions

Choose a version of com.appsflyer : unity-adrevenue-wrapper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.5.x
unity-adrevenue-wrapper-6.5.3
unity-adrevenue-wrapper-6.5.2
6.4.x
unity-adrevenue-wrapper-6.4.31
unity-adrevenue-wrapper-6.4.5
unity-adrevenue-wrapper-6.4.3
5.1.x
unity-adrevenue-wrapper-5.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.appsflyer</groupId>
    <artifactId>unity-adrevenue-wrapper</artifactId>
    <version>6.5.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.appsflyer : unity-adrevenue-wrapper gradle dependency to your build.gradle file:

implementation 'com.appsflyer:unity-adrevenue-wrapper:6.5.3'

Gradle Kotlin DSL: Add the following com.appsflyer : unity-adrevenue-wrapper gradle kotlin dependency to your build.gradle.kts file:

implementation("com.appsflyer:unity-adrevenue-wrapper:6.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.appsflyer : unity-adrevenue-wrapper sbt scala dependency to your build.sbt file:

libraryDependencies += "com.appsflyer" % "unity-adrevenue-wrapper" % "6.5.3"