| GroupId | GroupIdcom.microsoft.azure |
|---|---|
| ArtifactId | ArtifactIdnotification-hubs-android-sdk-fcm |
| Version | Version1.1.5 |
| Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/notification-hubs-android-sdk-fcm/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>notification-hubs-android-sdk-fcm</artifactId>
<version>1.1.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/notification-hubs-android-sdk-fcm/
implementation 'com.microsoft.azure:notification-hubs-android-sdk-fcm:1.1.5'
// https://jarcasting.com/artifacts/com.microsoft.azure/notification-hubs-android-sdk-fcm/
implementation ("com.microsoft.azure:notification-hubs-android-sdk-fcm:1.1.5")
'com.microsoft.azure:notification-hubs-android-sdk-fcm:aar:1.1.5'
<dependency org="com.microsoft.azure" name="notification-hubs-android-sdk-fcm" rev="1.1.5">
<artifact name="notification-hubs-android-sdk-fcm" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='notification-hubs-android-sdk-fcm', version='1.1.5')
)
libraryDependencies += "com.microsoft.azure" % "notification-hubs-android-sdk-fcm" % "1.1.5"
[com.microsoft.azure/notification-hubs-android-sdk-fcm "1.1.5"]