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