MVN

com.appnexus.opensdk.mediatedviews : appnexus-admarvel-mediation

Maven & Gradle

Jun 04, 2019
79 stars

AppNexus Android SDK: AdMarvel Mediation Adapter · AppNexus's Android Advertising Libraries: Mediation adapter for AdMarvel

<dependency>
    <groupId>com.appnexus.opensdk.mediatedviews</groupId>
    <artifactId>appnexus-admarvel-mediation</artifactId>
    <version>5.4-2.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.appnexus.opensdk.mediatedviews : appnexus-admarvel-mediation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.4-2.6.0

All Versions

Choose a version of com.appnexus.opensdk.mediatedviews : appnexus-admarvel-mediation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.4
appnexus-admarvel-mediation-5.4-2.6.0
5.3
appnexus-admarvel-mediation-5.3-2.6.0
5.2
appnexus-admarvel-mediation-5.2-2.6.0
5.1.x
appnexus-admarvel-mediation-5.1.2-2.6.0
appnexus-admarvel-mediation-5.1.1-2.6.0
5.1
appnexus-admarvel-mediation-5.1-2.6.0
5.0
appnexus-admarvel-mediation-5.0-2.6.0
4.12
appnexus-admarvel-mediation-4.12-2.6.0
4.11.x
appnexus-admarvel-mediation-4.11.2-2.6.0
appnexus-admarvel-mediation-4.11.1-2.6.0
4.11
appnexus-admarvel-mediation-4.11-2.6.0
4.10
appnexus-admarvel-mediation-4.10-2.6.0
4.9
appnexus-admarvel-mediation-4.9-2.6.0
4.8.x
appnexus-admarvel-mediation-4.8.1-2.6.0
4.8
appnexus-admarvel-mediation-4.8-2.6.0
4.7
appnexus-admarvel-mediation-4.7-2.6.0
4.6
appnexus-admarvel-mediation-4.6-2.6.0
4.5
appnexus-admarvel-mediation-4.5-2.6.0
4.4
appnexus-admarvel-mediation-4.4-2.6.0
4.3
appnexus-admarvel-mediation-4.3-2.6.0
4.2
appnexus-admarvel-mediation-4.2-2.6.0
4.1
appnexus-admarvel-mediation-4.1-2.6.0
4.0
appnexus-admarvel-mediation-4.0-2.6.0
3.5
appnexus-admarvel-mediation-3.5-2.6.0
3.4
appnexus-admarvel-mediation-3.4-2.6.0
3.3
appnexus-admarvel-mediation-3.3-2.6.0
3.2
appnexus-admarvel-mediation-3.2-2.6.0
3.1
appnexus-admarvel-mediation-3.1-2.6.0
3.0
appnexus-admarvel-mediation-3.0-2.6.0
2.16
appnexus-admarvel-mediation-2.16-2.6.0
2.15.x
appnexus-admarvel-mediation-2.15.1-2.6.0
2.15
appnexus-admarvel-mediation-2.15-2.6.0
2.14
appnexus-admarvel-mediation-2.14-2.6.0
2.13
appnexus-admarvel-mediation-2.13-2.6.0
2.12
appnexus-admarvel-mediation-2.12-2.6.0
2.11
appnexus-admarvel-mediation-2.11-2.6.0
2.10
appnexus-admarvel-mediation-2.10-2.6.0
2.9.x
appnexus-admarvel-mediation-2.9.1-2.6.0
2.9
appnexus-admarvel-mediation-2.9-2.6.0

How to add a dependency to Maven

Add the following com.appnexus.opensdk.mediatedviews : appnexus-admarvel-mediation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.appnexus.opensdk.mediatedviews</groupId>
    <artifactId>appnexus-admarvel-mediation</artifactId>
    <version>5.4-2.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.appnexus.opensdk.mediatedviews : appnexus-admarvel-mediation gradle dependency to your build.gradle file:

implementation 'com.appnexus.opensdk.mediatedviews:appnexus-admarvel-mediation:5.4-2.6.0'

Gradle Kotlin DSL: Add the following com.appnexus.opensdk.mediatedviews : appnexus-admarvel-mediation gradle kotlin dependency to your build.gradle.kts file:

implementation("com.appnexus.opensdk.mediatedviews:appnexus-admarvel-mediation:5.4-2.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.appnexus.opensdk.mediatedviews : appnexus-admarvel-mediation sbt scala dependency to your build.sbt file:

libraryDependencies += "com.appnexus.opensdk.mediatedviews" % "appnexus-admarvel-mediation" % "5.4-2.6.0"