mint-mediation-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.mi.dev.mint</groupId> <artifactId>mint-mediation-sdk</artifactId> <version>1.9.13.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.mi.dev.mint</groupId> <artifactId>mint-mediation-sdk</artifactId> <version>1.9.13.0</version> <packaging>aar</packaging> <name>mint-mediation-sdk</name> <description>mint mediation</description> <url>https://github.com/miui-globalads</url> <licenses> <license> <name>Mint SDK License</name> <url>http://ads.mi.com/mediation/#/</url> </license> </licenses> <developers> <developer> <id>miui-globalads</id> <name>miui-globalads</name> <email>miui-globalads@xiaomi.com</email> </developer> </developers> <scm> <connection>scm:git@github.com:miui-globalads/MintMediation-Unity.git</connection> <developerConnection>scm:git:ssh://github.com/miui-globalads/MintMediation-Unity.git</developerConnection> <url>https://github.com/miui-globalads/MintMediation-Unity/tree/master</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.7.10</version> </dependency> </dependencies> </project>