MVN

com.yandex.ads.mediation : mobileads-chartboost

Maven & Gradle

Jul 17, 2023
77 stars

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

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

Latest Version

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

  • Latest Stable: 9.3.0.2

All Versions

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

Version Vulnerabilities Updated
9.3.x
mobileads-chartboost-9.3.0.2
mobileads-chartboost-9.3.0.1
mobileads-chartboost-9.3.0.0
9.1.x
mobileads-chartboost-9.1.1.0
9.0.x
mobileads-chartboost-9.0.0.0
8.3.x
mobileads-chartboost-8.3.1.2
mobileads-chartboost-8.3.1.1
mobileads-chartboost-8.3.1.0
8.2.x
mobileads-chartboost-8.2.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.yandex.ads.mediation</groupId>
    <artifactId>mobileads-chartboost</artifactId>
    <version>9.3.0.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.yandex.ads.mediation:mobileads-chartboost:9.3.0.2'

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

implementation("com.yandex.ads.mediation:mobileads-chartboost:9.3.0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.yandex.ads.mediation" % "mobileads-chartboost" % "9.3.0.2"