mintegral
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.cleveradssolutions</groupId> <artifactId>mintegral</artifactId> <version>16.9.51.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.cleveradssolutions</groupId> <artifactId>mintegral</artifactId> <version>16.9.51.0</version> <packaging>aar</packaging> <name>Mintegral Mediation Adapter For The CAS.AI SDK</name> <description>The Mintegral mediation adapter is a library that handles communication between the CAS.AI SDK and the Mintegral SDK. It enables you to load ads from Mintegral using the mediation feature in the CAS.AI SDK.</description> <url>https://cas.ai</url> <licenses> <license> <name>Clever Ads Solutions License</name> <url>https://github.com/cleveradssolutions/CAS-Android/blob/master/LICENSE.md</url> </license> </licenses> <developers> <developer> <name>Clever Ads Solutions LTD</name> <email>support@cas.ai</email> </developer> </developers> <scm> <connection>scm:git:github.com/cleveradssolutions/CAS-Android.git</connection> <developerConnection>scm:git:ssh://github.com/cleveradssolutions/CAS-Android.git</developerConnection> <url>https://github.com/cleveradssolutions/CAS-Android</url> </scm> <dependencies> <dependency> <groupId>com.mbridge.msdk.oversea</groupId> <artifactId>mbridge_android_sdk</artifactId> <version>16.9.51</version> </dependency> <dependency> <groupId>androidx.recyclerview</groupId> <artifactId>recyclerview</artifactId> <version>1.1.0</version> </dependency> </dependencies> </project>