MVN

com.appsflyer : lvl

Maven & Gradle

Aug 02, 2023

AppsFlyerSDK · AppsFlyer's official Android SDK for Mobile Advertising Attribution & Analytics.

<dependency>
    <groupId>com.appsflyer</groupId>
    <artifactId>lvl</artifactId>
    <version>6.12.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.12.2

All Versions

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

Version Vulnerabilities Updated
6.12.x
lvl-6.12.2
lvl-6.12.1
lvl-6.12.0
6.11.x
lvl-6.11.2
lvl-6.11.1
lvl-6.11.0
6.10.x
lvl-6.10.3
lvl-6.10.2
lvl-6.10.1
lvl-6.10.0
6.9.x
lvl-6.9.4
lvl-6.9.3
lvl-6.9.2
lvl-6.9.1
lvl-6.9.0
6.8.x
lvl-6.8.2
lvl-6.8.1
lvl-6.8.0
6.7.x
lvl-6.7.1
lvl-6.7.0
6.6.x
lvl-6.6.1
lvl-6.6.0
6.5.x
lvl-6.5.4
lvl-6.5.3
lvl-6.5.2
lvl-6.5.1
lvl-6.5.0
6.4.x
lvl-6.4.3
lvl-6.4.2
lvl-6.4.1
lvl-6.4.0
6.3.x
lvl-6.3.2
lvl-6.3.1
lvl-6.3.0
6.2.x
lvl-6.2.3
lvl-6.2.0
6.1.x
lvl-6.1.4
lvl-6.1.3
lvl-6.1.1
lvl-6.1.0
6.0.x
lvl-6.0.1
lvl-6.0.0
5.4.x
lvl-5.4.6
lvl-5.4.5
lvl-5.4.4
lvl-5.4.3
lvl-5.4.1
lvl-5.4.0
5.3.x
lvl-5.3.0
5.2.x
lvl-5.2.0
5.1.x
lvl-5.1.2
lvl-5.1.1
lvl-5.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.appsflyer</groupId>
    <artifactId>lvl</artifactId>
    <version>6.12.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.appsflyer:lvl:6.12.2'

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

implementation("com.appsflyer:lvl:6.12.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.appsflyer" % "lvl" % "6.12.2"