MVN

com.yandex.ads.mediation : mobileads-tapjoy

Maven & Gradle

Jul 17, 2023
77 stars

TapJoy Adapter for Yandex Mobile Ads Mediation · TapJoy Adapter for Yandex Mobile Ads Mediation is SDK for apps monetization by mediation.

<dependency>
    <groupId>com.yandex.ads.mediation</groupId>
    <artifactId>mobileads-tapjoy</artifactId>
    <version>13.0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.yandex.ads.mediation : mobileads-tapjoy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 13.0.1.1

All Versions

Choose a version of com.yandex.ads.mediation : mobileads-tapjoy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
13.0.x
mobileads-tapjoy-13.0.1.1
12.11.x
mobileads-tapjoy-12.11.1.1
mobileads-tapjoy-12.11.1.0
12.10.x
mobileads-tapjoy-12.10.0.2
mobileads-tapjoy-12.10.0.1
mobileads-tapjoy-12.10.0.0
12.9.x
mobileads-tapjoy-12.9.0.0
12.8.x
mobileads-tapjoy-12.8.1.0

How to add a dependency to Maven

Add the following com.yandex.ads.mediation : mobileads-tapjoy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.yandex.ads.mediation</groupId>
    <artifactId>mobileads-tapjoy</artifactId>
    <version>13.0.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.yandex.ads.mediation : mobileads-tapjoy gradle dependency to your build.gradle file:

implementation 'com.yandex.ads.mediation:mobileads-tapjoy:13.0.1.1'

Gradle Kotlin DSL: Add the following com.yandex.ads.mediation : mobileads-tapjoy gradle kotlin dependency to your build.gradle.kts file:

implementation("com.yandex.ads.mediation:mobileads-tapjoy:13.0.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.yandex.ads.mediation : mobileads-tapjoy sbt scala dependency to your build.sbt file:

libraryDependencies += "com.yandex.ads.mediation" % "mobileads-tapjoy" % "13.0.1.1"