Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.yandex.ads.mediation |
ArtifactId | ArtifactIdmobileads-startapp |
Version | Version1.10.0 |
Type | Typeaar |
Filename | Size |
---|---|
mobileads-startapp-1.10.0.pom | |
mobileads-startapp-1.10.0-sources.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.yandex.ads.mediation/mobileads-startapp/ -->
<dependency>
<groupId>com.yandex.ads.mediation</groupId>
<artifactId>mobileads-startapp</artifactId>
<version>1.10.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.yandex.ads.mediation/mobileads-startapp/
implementation 'com.yandex.ads.mediation:mobileads-startapp:1.10.0'
// https://jarcasting.com/artifacts/com.yandex.ads.mediation/mobileads-startapp/
implementation ("com.yandex.ads.mediation:mobileads-startapp:1.10.0")
'com.yandex.ads.mediation:mobileads-startapp:aar:1.10.0'
<dependency org="com.yandex.ads.mediation" name="mobileads-startapp" rev="1.10.0">
<artifact name="mobileads-startapp" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.yandex.ads.mediation', module='mobileads-startapp', version='1.10.0')
)
libraryDependencies += "com.yandex.ads.mediation" % "mobileads-startapp" % "1.10.0"
[com.yandex.ads.mediation/mobileads-startapp "1.10.0"]