MVN

com.microsoft.azure : notification-hubs-android-sdk-fcm

Maven & Gradle

Mar 27, 2021
34 stars

Azure Notification Hubs Android Client SDK · Azure Notification Hubs Android Client SDK

<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>notification-hubs-android-sdk-fcm</artifactId>
    <version>1.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microsoft.azure : notification-hubs-android-sdk-fcm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.6

All Versions

Choose a version of com.microsoft.azure : notification-hubs-android-sdk-fcm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
notification-hubs-android-sdk-fcm-1.1.6
notification-hubs-android-sdk-fcm-1.1.5
notification-hubs-android-sdk-fcm-1.1.4
notification-hubs-android-sdk-fcm-1.1.3

How to add a dependency to Maven

Add the following com.microsoft.azure : notification-hubs-android-sdk-fcm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>notification-hubs-android-sdk-fcm</artifactId>
    <version>1.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.microsoft.azure : notification-hubs-android-sdk-fcm gradle dependency to your build.gradle file:

implementation 'com.microsoft.azure:notification-hubs-android-sdk-fcm:1.1.6'

Gradle Kotlin DSL: Add the following com.microsoft.azure : notification-hubs-android-sdk-fcm gradle kotlin dependency to your build.gradle.kts file:

implementation("com.microsoft.azure:notification-hubs-android-sdk-fcm:1.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.microsoft.azure : notification-hubs-android-sdk-fcm sbt scala dependency to your build.sbt file:

libraryDependencies += "com.microsoft.azure" % "notification-hubs-android-sdk-fcm" % "1.1.6"

Advertisement