MVN

com.yandex.ads.mediation : mobileads-vungle

Maven & Gradle

Jul 17, 2023
77 stars

Vungle Adapter for Yandex Mobile Ads Mediation · Vungle Adapter for Yandex Mobile Ads Mediation is SDK for apps monetization by mediation.

<dependency>
    <groupId>com.yandex.ads.mediation</groupId>
    <artifactId>mobileads-vungle</artifactId>
    <version>6.12.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.yandex.ads.mediation : mobileads-vungle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.12.1.2

All Versions

Choose a version of com.yandex.ads.mediation : mobileads-vungle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.12.x
mobileads-vungle-6.12.1.2
mobileads-vungle-6.12.1.1
mobileads-vungle-6.12.1.0
mobileads-vungle-6.12.0.1
mobileads-vungle-6.12.0.0
6.11.x
mobileads-vungle-6.11.0.0
6.10.x
mobileads-vungle-6.10.3.0
6.9.x
mobileads-vungle-6.9.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.yandex.ads.mediation</groupId>
    <artifactId>mobileads-vungle</artifactId>
    <version>6.12.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.yandex.ads.mediation : mobileads-vungle gradle dependency to your build.gradle file:

implementation 'com.yandex.ads.mediation:mobileads-vungle:6.12.1.2'

Gradle Kotlin DSL: Add the following com.yandex.ads.mediation : mobileads-vungle gradle kotlin dependency to your build.gradle.kts file:

implementation("com.yandex.ads.mediation:mobileads-vungle:6.12.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.yandex.ads.mediation : mobileads-vungle sbt scala dependency to your build.sbt file:

libraryDependencies += "com.yandex.ads.mediation" % "mobileads-vungle" % "6.12.1.2"