m

mobileads-extras

Yandex Mobile Ads with Extras is SDK for Android apps monetization with aditional features.
https://ads.yandex.com/monetization/
Terms of Use of Yandex Advertising Network
Yandex
Files download
File Operation
mobileads-extras-7.6.0.0.pom download
mobileads-extras-7.6.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.yandex.ads.mediation</groupId>
  <artifactId>mobileads-extras</artifactId>
  <version>7.6.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.yandex.ads.mediation:mobileads-extras:7.6.0.0'
Gradle Kotlin
implementation("com.yandex.ads.mediation:mobileads-extras:7.6.0.0")
Scala SBT
libraryDependencies += "com.yandex.ads.mediation" % "mobileads-extras" % "7.6.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.yandex.ads.mediation', module='mobileads-extras', version='7.6.0.0')
)
Apache Ivy
<dependency org="com.yandex.ads.mediation" name="mobileads-extras" rev="7.6.0.0" />
Leiningen
[com.yandex.ads.mediation/mobileads-extras "7.6.0.0"]
Apache Buildr
'com.yandex.ads.mediation:mobileads-extras:jar:7.6.0.0'