MVN

com.yandex.ads.mediation : mobileads-mopub

Maven & Gradle

Feb 21, 2022
75 stars

MoPub Adapter for Yandex Mobile Ads Mediation

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

Latest Version

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

  • Latest Stable: 5.18.0.1

All Versions

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

Version Vulnerabilities Updated
5.18.x
mobileads-mopub-5.18.0.1
mobileads-mopub-5.18.0.0
1.11.x
mobileads-mopub-1.11.0
1.10.x
mobileads-mopub-1.10.0
1.9.x
mobileads-mopub-1.9.0
1.8.x
mobileads-mopub-1.8.0
1.7.x
mobileads-mopub-1.7.0
1.6.x
mobileads-mopub-1.6.0
1.5.x
mobileads-mopub-1.5.0
1.4.x
mobileads-mopub-1.4.0
1.3.x
mobileads-mopub-1.3.0
1.2.x
mobileads-mopub-1.2.0
1.1.x
mobileads-mopub-1.1.0
1.0.x
mobileads-mopub-1.0.1
mobileads-mopub-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.yandex.ads.mediation</groupId>
    <artifactId>mobileads-mopub</artifactId>
    <version>5.18.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.yandex.ads.mediation:mobileads-mopub:5.18.0.1'

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

implementation("com.yandex.ads.mediation:mobileads-mopub:5.18.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.yandex.ads.mediation" % "mobileads-mopub" % "5.18.0.1"