MVN

com.mi.dev.mint : yandex-adapter

Maven & Gradle

Aug 16, 2023
1 stars

yandex-adapter · mint mediation

<dependency>
    <groupId>com.mi.dev.mint</groupId>
    <artifactId>yandex-adapter</artifactId>
    <version>5.7.0.1.9.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mi.dev.mint : yandex-adapter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.7.0.1.9.8.0

All Versions

Choose a version of com.mi.dev.mint : yandex-adapter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.7.x
yandex-adapter-5.7.0.1.9.8.0
yandex-adapter-5.7.0.1.9.7.1
yandex-adapter-5.7.0.1.9.7.0
yandex-adapter-5.7.0.1.9.6.1
yandex-adapter-5.7.0.1.9.6.0
yandex-adapter-5.7.0.1.9.5.0
5.4.x
yandex-adapter-5.4.1.1.9.4.0
yandex-adapter-5.4.1.1.9.3.2
yandex-adapter-5.4.1.1.9.3.1
yandex-adapter-5.4.1.1.9.3.0
yandex-adapter-5.4.1.1.9.2.1
yandex-adapter-5.4.1.1.9.2.0
5.3.x
yandex-adapter-5.3.2.1.9.1.5
yandex-adapter-5.3.2.1.9.1.4
yandex-adapter-5.3.2.1.9.1.3
yandex-adapter-5.3.2.1.9.1.2
yandex-adapter-5.3.2.1.9.1.1
yandex-adapter-5.3.2.1.9.1.0
yandex-adapter-5.3.0.1
5.2.x
yandex-adapter-5.2.0.1
5.1.x
yandex-adapter-5.1.1.1
4.5.x
yandex-adapter-4.5.0.3

How to add a dependency to Maven

Add the following com.mi.dev.mint : yandex-adapter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mi.dev.mint</groupId>
    <artifactId>yandex-adapter</artifactId>
    <version>5.7.0.1.9.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mi.dev.mint : yandex-adapter gradle dependency to your build.gradle file:

implementation 'com.mi.dev.mint:yandex-adapter:5.7.0.1.9.8.0'

Gradle Kotlin DSL: Add the following com.mi.dev.mint : yandex-adapter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mi.dev.mint:yandex-adapter:5.7.0.1.9.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mi.dev.mint : yandex-adapter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mi.dev.mint" % "yandex-adapter" % "5.7.0.1.9.8.0"