firebase-messaging-android
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.estivensh4</groupId> <artifactId>firebase-messaging-android</artifactId> <version>0.7.2</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"> <!-- 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>io.github.estivensh4</groupId> <artifactId>firebase-messaging-android</artifactId> <version>0.7.2</version> <packaging>aar</packaging> <name>FirebaseKMM</name> <description>FirebaseKMM is a Firebase Extension that supports cross-platform projects also based on Firebase Kotlin SDK, allowing you to directly from iOS and Android.</description> <url>https://github.com/estivensh4/FirebaseKMM</url> <inceptionYear>2023</inceptionYear> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Estiven Sánchez</name> <email>estivensh4@gmail.com</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/estivensh4/FirebaseKMM</connection> <developerConnection>scm:git:https://github.com/estivensh4/FirebaseKMM</developerConnection> <url>https://github.com/estivensh4/FirebaseKMM</url> </scm> <issueManagement> <system>GitHub Issues</system> <url>https://github.com/estivensh4/FirebaseKMM/issues</url> </issueManagement> <dependencyManagement> <dependencies> <dependency> <groupId>com.google.firebase</groupId> <artifactId>firebase-bom</artifactId> <version>32.1.1</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>com.google.firebase</groupId> <artifactId>firebase-messaging</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.8.21</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.github.estivensh4</groupId> <artifactId>firebase-app-android</artifactId> <version>0.7.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.github.estivensh4</groupId> <artifactId>firebase-common-android</artifactId> <version>0.7.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-common</artifactId> <version>1.8.21</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-play-services</artifactId> <version>1.7.1</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>kotlin-stdlib-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> <exclusion> <artifactId>kotlin-test-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> <exclusion> <artifactId>kotlin-test-annotations-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core-jvm</artifactId> <version>1.7.1</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>kotlin-stdlib-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> <exclusion> <artifactId>kotlin-test-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> <exclusion> <artifactId>kotlin-test-annotations-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.eygraber</groupId> <artifactId>uri-kmp-android</artifactId> <version>0.0.3</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>kotlin-stdlib-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> <exclusion> <artifactId>kotlin-test-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> <exclusion> <artifactId>kotlin-test-annotations-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> </exclusions> </dependency> </dependencies> </project>