MVN

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

Maven & Gradle

Jun 04, 2019
79 stars

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

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

Latest Version

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

  • Latest Stable: 5.4-4.0.2

All Versions

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

Version Vulnerabilities Updated
5.4
appnexus-vungle-mediation-5.4-4.0.2
5.3
appnexus-vungle-mediation-5.3-4.0.2
5.2
appnexus-vungle-mediation-5.2-4.0.2
5.1.x
appnexus-vungle-mediation-5.1.2-4.0.2
appnexus-vungle-mediation-5.1.1-4.0.2
5.1
appnexus-vungle-mediation-5.1-4.0.2
5.0
appnexus-vungle-mediation-5.0-4.0.2
4.12
appnexus-vungle-mediation-4.12-4.0.2
4.11.x
appnexus-vungle-mediation-4.11.2-4.0.2
appnexus-vungle-mediation-4.11.1-4.0.2
4.11
appnexus-vungle-mediation-4.11-4.0.2
4.10
appnexus-vungle-mediation-4.10-4.0.2
4.9
appnexus-vungle-mediation-4.9-4.0.2
4.8.x
appnexus-vungle-mediation-4.8.1-4.0.2
4.8
appnexus-vungle-mediation-4.8-4.0.2
4.7
appnexus-vungle-mediation-4.7-4.0.2
4.6
appnexus-vungle-mediation-4.6-4.0.2
4.5
appnexus-vungle-mediation-4.5-4.0.2
4.4
appnexus-vungle-mediation-4.4-4.0.2
4.3
appnexus-vungle-mediation-4.3-4.0.2
4.2
appnexus-vungle-mediation-4.2-4.0.2
4.1
appnexus-vungle-mediation-4.1-4.0.2
4.0
appnexus-vungle-mediation-4.0-4.0.2
3.5
appnexus-vungle-mediation-3.5-4.0.2
3.4
appnexus-vungle-mediation-3.4-4.0.2
3.3
appnexus-vungle-mediation-3.3-4.0.2
3.2
appnexus-vungle-mediation-3.2-4.0.2
3.1
appnexus-vungle-mediation-3.1-4.0.2
3.0
appnexus-vungle-mediation-3.0-4.0.2
2.16
appnexus-vungle-mediation-2.16-4.0.2
2.15.x
appnexus-vungle-mediation-2.15.1-4.0.2
2.15
appnexus-vungle-mediation-2.15-4.0.2
2.14
appnexus-vungle-mediation-2.14-3.3.5
2.13
appnexus-vungle-mediation-2.13-3.3.5
2.12
appnexus-vungle-mediation-2.12-3.3.5
2.11
appnexus-vungle-mediation-2.11-3.3.5
2.10
appnexus-vungle-mediation-2.10-3.3.2
2.9.x
appnexus-vungle-mediation-2.9.1-3.3.2
2.9
appnexus-vungle-mediation-2.9-3.3.2
2.8
appnexus-vungle-mediation-2.8-3.3.2
2.7.x
appnexus-vungle-mediation-2.7.1-3.3.2
2.6
appnexus-vungle-mediation-2.6-3.3.2
2.5.x
appnexus-vungle-mediation-2.5.1-3.3.1
2.5
appnexus-vungle-mediation-2.5-3.3.1
2.4
appnexus-vungle-mediation-2.4-3.3.1
2.3.x
appnexus-vungle-mediation-2.3.1-3.3.0
appnexus-vungle-mediation-2.3.0-3.3.0
2.2.x
appnexus-vungle-mediation-2.2.0-3.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.appnexus.opensdk.mediatedviews</groupId>
    <artifactId>appnexus-vungle-mediation</artifactId>
    <version>5.4-4.0.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.appnexus.opensdk.mediatedviews:appnexus-vungle-mediation:5.4-4.0.2'

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

implementation("com.appnexus.opensdk.mediatedviews:appnexus-vungle-mediation:5.4-4.0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.appnexus.opensdk.mediatedviews" % "appnexus-vungle-mediation" % "5.4-4.0.2"