notification-hubs-android-sdk-fcm
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>notification-hubs-android-sdk-fcm</artifactId>
<version>2.0.0-preview</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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">
<!-- 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>com.microsoft.azure</groupId>
<artifactId>notification-hubs-android-sdk-fcm</artifactId>
<version>2.0.0-preview</version>
<packaging>aar</packaging>
<name>Azure Notification Hubs Android Client SDK</name>
<description>Azure Notification Hubs Android Client SDK</description>
<url>https://github.com/Azure/azure-notificationhubs-android</url>
<organization>
<name>Microsoft Corporation</name>
<url>http://www.microsoft.com/</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<developers>
<developer>
<id>marstr</id>
<name>Martin Strobel</name>
<email>marstr@microsoft.com</email>
<url>https://github.com/marstr</url>
<organization>Microsoft Corporation</organization>
<organizationUrl>http://www.microsoft.com/</organizationUrl>
</developer>
<developer>
<id>itoys</id>
<name>Artem Egorov</name>
<email>v-aegorov@microsoft.com</email>
<url>https://github.com/itoys</url>
<organization>Akvelon, Inc.</organization>
<organizationUrl>https://akvelon.com/</organizationUrl>
</developer>
<developer>
<id>olgaakv</id>
<name>Olga Chistyakova</name>
<email>v-aegorov@microsoft.com</email>
<url>https://github.com/olgaakv</url>
<organization>Akvelon, Inc.</organization>
<organizationUrl>https://akvelon.com/</organizationUrl>
</developer>
<developer>
<id>mpodwysocki</id>
<name>Matthew Podwysocki</name>
<email>matthewp@microsoft.com</email>
<url>https://github.com/mpodwysocki</url>
<organization>Microsoft Corporation</organization>
<organizationUrl>http://www.microsoft.com/</organizationUrl>
</developer>
</developers>
<scm>
<url>scm:git:https://github.com/Azure/azure-notificationhubs-android</url>
</scm>
<dependencies>
<dependency>
<groupId>com.google.firebase</groupId>
<artifactId>firebase-messaging</artifactId>
<version>23.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.volley</groupId>
<artifactId>volley</artifactId>
<version>[1.0, 2.0)</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>