MVN

com.applovin.mediation : line-adapter

Maven & Gradle

Jun 11, 2023
203 stars

line-adapter · Line adapter for AppLovin MAX mediation

<dependency>
    <groupId>com.applovin.mediation</groupId>
    <artifactId>line-adapter</artifactId>
    <version>2023.6.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.applovin.mediation : line-adapter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2023.6.7.0

All Versions

Choose a version of com.applovin.mediation : line-adapter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023.6.x
line-adapter-2023.6.7.0
2023.2.x
line-adapter-2023.2.15.0
2022.12.x
line-adapter-2022.12.26.0
2022.2.x
line-adapter-2022.2.16.4
line-adapter-2022.2.16.3
line-adapter-2022.2.16.2
line-adapter-2022.2.16.1
line-adapter-2022.2.16.0
2021.10.x
line-adapter-2021.10.29.2
line-adapter-2021.10.29.1
line-adapter-2021.10.29.0
2021.5.x
line-adapter-2021.5.11.11
line-adapter-2021.5.11.10
line-adapter-2021.5.11.9
line-adapter-2021.5.11.8
line-adapter-2021.5.11.7
line-adapter-2021.5.11.6
line-adapter-2021.5.11.5
line-adapter-2021.5.11.4
line-adapter-2021.5.11.2
line-adapter-2021.5.11.1
line-adapter-2021.5.11.0
2020.11.x
line-adapter-2020.11.25.2

How to add a dependency to Maven

Add the following com.applovin.mediation : line-adapter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.applovin.mediation</groupId>
    <artifactId>line-adapter</artifactId>
    <version>2023.6.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.applovin.mediation : line-adapter gradle dependency to your build.gradle file:

implementation 'com.applovin.mediation:line-adapter:2023.6.7.0'

Gradle Kotlin DSL: Add the following com.applovin.mediation : line-adapter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.applovin.mediation:line-adapter:2023.6.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.applovin.mediation : line-adapter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.applovin.mediation" % "line-adapter" % "2023.6.7.0"

Advertisement