GroupId | GroupIdcom.microsoft.azure |
---|---|
ArtifactId | ArtifactIdnotification-hubs-android-sdk-fcm |
Version | Version1.1.4 |
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.4</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.4'
// https://jarcasting.com/artifacts/com.microsoft.azure/notification-hubs-android-sdk-fcm/
implementation ("com.microsoft.azure:notification-hubs-android-sdk-fcm:1.1.4")
'com.microsoft.azure:notification-hubs-android-sdk-fcm:aar:1.1.4'
<dependency org="com.microsoft.azure" name="notification-hubs-android-sdk-fcm" rev="1.1.4">
<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.4')
)
libraryDependencies += "com.microsoft.azure" % "notification-hubs-android-sdk-fcm" % "1.1.4"
[com.microsoft.azure/notification-hubs-android-sdk-fcm "1.1.4"]