Files download
File Operation
mobileads-mytarget-1.9.0.pom download
mobileads-mytarget-1.9.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.yandex.ads.mediation</groupId>
  <artifactId>mobileads-mytarget</artifactId>
  <version>1.9.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.yandex.ads.mediation:mobileads-mytarget:1.9.0'
Gradle Kotlin
implementation("com.yandex.ads.mediation:mobileads-mytarget:1.9.0")
Scala SBT
libraryDependencies += "com.yandex.ads.mediation" % "mobileads-mytarget" % "1.9.0"
Groovy Grape
@Grapes(
  @Grab(group='com.yandex.ads.mediation', module='mobileads-mytarget', version='1.9.0')
)
Apache Ivy
<dependency org="com.yandex.ads.mediation" name="mobileads-mytarget" rev="1.9.0" />
Leiningen
[com.yandex.ads.mediation/mobileads-mytarget "1.9.0"]
Apache Buildr
'com.yandex.ads.mediation:mobileads-mytarget:jar:1.9.0'