MVN

com.cleveradssolutions : kidoz

Maven & Gradle

Jul 20, 2023
2 usages
11 stars

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

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

Latest Version

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

  • Latest Stable: 8.9.9.0

All Versions

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

Version Vulnerabilities Updated
8.9.x
kidoz-8.9.9.0
kidoz-8.9.7.4
kidoz-8.9.7.3
kidoz-8.9.7.2
kidoz-8.9.7.1
kidoz-8.9.7.0
kidoz-8.9.5.1
kidoz-8.9.5.0
kidoz-8.9.4.2
kidoz-8.9.4.0
kidoz-8.9.2.4
kidoz-8.9.2.3
kidoz-8.9.2.2
kidoz-8.9.2.1
kidoz-8.9.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.cleveradssolutions</groupId>
    <artifactId>kidoz</artifactId>
    <version>8.9.9.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.cleveradssolutions:kidoz:8.9.9.0'

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

implementation("com.cleveradssolutions:kidoz:8.9.9.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.cleveradssolutions" % "kidoz" % "8.9.9.0"

Advertisement