MVN

com.yandex.ads.mediation : mobileads-startapp

Maven & Gradle

Jul 17, 2023
75 stars

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

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

Latest Version

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

  • Latest Stable: 4.11.0.1

All Versions

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

Version Vulnerabilities Updated
4.11.x
mobileads-startapp-4.11.0.1
mobileads-startapp-4.11.0.0
4.10.x
mobileads-startapp-4.10.9.0
mobileads-startapp-4.10.4.0
mobileads-startapp-4.10.0.1
mobileads-startapp-4.10.0.0
4.9.x
mobileads-startapp-4.9.1.0
4.8.x
mobileads-startapp-4.8.11.0
1.13.x
mobileads-startapp-1.13.0
1.12.x
mobileads-startapp-1.12.0
1.11.x
mobileads-startapp-1.11.0
1.10.x
mobileads-startapp-1.10.0
1.9.x
mobileads-startapp-1.9.0
1.8.x
mobileads-startapp-1.8.0
1.7.x
mobileads-startapp-1.7.0
1.6.x
mobileads-startapp-1.6.0
1.5.x
mobileads-startapp-1.5.0
1.4.x
mobileads-startapp-1.4.0
1.3.x
mobileads-startapp-1.3.0
1.2.x
mobileads-startapp-1.2.0
1.1.x
mobileads-startapp-1.1.0
1.0.x
mobileads-startapp-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.yandex.ads.mediation</groupId>
    <artifactId>mobileads-startapp</artifactId>
    <version>4.11.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.yandex.ads.mediation:mobileads-startapp:4.11.0.1'

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

implementation("com.yandex.ads.mediation:mobileads-startapp:4.11.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.yandex.ads.mediation" % "mobileads-startapp" % "4.11.0.1"