GroupId | GroupIdcom.microsoft.azure |
---|---|
ArtifactId | ArtifactIdnotification-hubs-android-sdk-fcm |
Version | Version1.1.3 |
Type | Typeaar |
Filename | Size |
---|---|
notification-hubs-android-sdk-fcm-1.1.3.pom | |
notification-hubs-android-sdk-fcm-1.1.3.aar | 150 KB |
Browse |
<!-- 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.3</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.3'
// https://jarcasting.com/artifacts/com.microsoft.azure/notification-hubs-android-sdk-fcm/
implementation ("com.microsoft.azure:notification-hubs-android-sdk-fcm:1.1.3")
'com.microsoft.azure:notification-hubs-android-sdk-fcm:aar:1.1.3'
<dependency org="com.microsoft.azure" name="notification-hubs-android-sdk-fcm" rev="1.1.3">
<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.3')
)
libraryDependencies += "com.microsoft.azure" % "notification-hubs-android-sdk-fcm" % "1.1.3"
[com.microsoft.azure/notification-hubs-android-sdk-fcm "1.1.3"]