admob-cmp
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>dev.avinya.ads</groupId>
<artifactId>admob-cmp</artifactId>
<version>2.0.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>dev.avinya.ads</groupId>
<artifactId>admob-cmp</artifactId>
<version>2.0.1</version>
<name>AdMob Compose Multiplatform SDK</name>
<description>Plug-and-play Compose Multiplatform AdMob SDK wrapper for Android GMA Next-Gen and iOS Google Mobile Ads. Banner, interstitial, rewarded, rewarded interstitial, app-open and native ads with UMP consent, mediation and paid/revenue events. Not affiliated with or endorsed by Google. AdMob and Google Mobile Ads are trademarks of Google LLC.</description>
<url>https://github.com/Meet-Miyani/admob-compose-multiplatform</url>
<inceptionYear>2025</inceptionYear>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>Meet-Miyani</id>
<name>Meet Miyani</name>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/Meet-Miyani/admob-compose-multiplatform.git</connection>
<developerConnection>scm:git:ssh://git@github.com/Meet-Miyani/admob-compose-multiplatform.git</developerConnection>
<url>https://github.com/Meet-Miyani/admob-compose-multiplatform</url>
</scm>
<dependencies>
<dependency>
<groupId>dev.avinya.ads</groupId>
<artifactId>admob-cmp-core</artifactId>
<version>2.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>dev.avinya.ads</groupId>
<artifactId>admob-cmp-compose</artifactId>
<version>2.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.3.20</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>