admob
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.mopub.mediation</groupId> <artifactId>admob</artifactId> <version>20.3.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.mopub.mediation</groupId> <artifactId>admob</artifactId> <version>20.3.0.0</version> <packaging>aar</packaging> <name>MoPub Network Mediation</name> <description>AdMob Adapter for MoPub Mediation</description> <url>https://github.com/mopub/mopub-android-mediation</url> <licenses> <license> <name>MoPub SDK License Agreement</name> <url>http://www.mopub.com/legal/sdk-license-agreement</url> </license> </licenses> <developers> <developer> <id>mopub</id> <name>MoPub (a division of Twitter, Inc.)</name> <email>support@mopub.com</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/mopub/mopub-android-mediation.git</connection> <developerConnection>scm:git:https://github.com/mopub/mopub-android-mediation.git</developerConnection> <url>https://github.com/mopub/mopub-android-mediation</url> </scm> </project>