文件下载
文件名 操作
mobileads-startapp-1.6.0.pom 下载
mobileads-startapp-1.6.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.yandex.ads.mediation</groupId>
  <artifactId>mobileads-startapp</artifactId>
  <version>1.6.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.yandex.ads.mediation:mobileads-startapp:1.6.0'
Gradle Kotlin
implementation("com.yandex.ads.mediation:mobileads-startapp:1.6.0")
Scala SBT
libraryDependencies += "com.yandex.ads.mediation" % "mobileads-startapp" % "1.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.yandex.ads.mediation', module='mobileads-startapp', version='1.6.0')
)
Apache Ivy
<dependency org="com.yandex.ads.mediation" name="mobileads-startapp" rev="1.6.0" />
Leiningen
[com.yandex.ads.mediation/mobileads-startapp "1.6.0"]
Apache Buildr
'com.yandex.ads.mediation:mobileads-startapp:jar:1.6.0'