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