MVN

com.cleveradssolutions : yandex

Maven & Gradle

Jul 20, 2023
11 stars

Yandex Mobile Ads Mediation Adapter For The CAS.AI SDK · The Yandex Mobile Ads mediation adapter is a library that handles communication between the CAS.AI SDK and the Yandex Mobile Ads SDK. It enables you to load ads from Yandex Mobile Ads using the mediation feature in the CAS.AI SDK.

<dependency>
    <groupId>com.cleveradssolutions</groupId>
    <artifactId>yandex</artifactId>
    <version>25.10.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cleveradssolutions : yandex to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 25.10.0.0

All Versions

Choose a version of com.cleveradssolutions : yandex to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
25.10.x
yandex-25.10.0.0
25.8.x
yandex-25.8.0.0
25.7.x
yandex-25.7.0.0
25.6.x
yandex-25.6.0.2
yandex-25.6.0.1
yandex-25.6.0.0
25.5.x
yandex-25.5.0.0
20.5.x
yandex-20.5.0.0
5.5.x
yandex-5.5.0.1
5.4.x
yandex-5.4.1.0
yandex-5.4.0.0
5.3.x
yandex-5.3.2.0
5.2.x
yandex-5.2.1.0
yandex-5.2.0.1
yandex-5.2.0.0
5.1.x
yandex-5.1.1.0
yandex-5.1.0.0
5.0.x
yandex-5.0.0.0
4.5.x
yandex-4.5.0.1

How to add a dependency to Maven

Add the following com.cleveradssolutions : yandex maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.cleveradssolutions</groupId>
    <artifactId>yandex</artifactId>
    <version>25.10.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cleveradssolutions : yandex gradle dependency to your build.gradle file:

implementation 'com.cleveradssolutions:yandex:25.10.0.0'

Gradle Kotlin DSL: Add the following com.cleveradssolutions : yandex gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cleveradssolutions:yandex:25.10.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cleveradssolutions : yandex sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cleveradssolutions" % "yandex" % "25.10.0.0"