| Группа | Группаcom.pusher |
|---|---|
| Идентификатор | Идентификаторpush-notifications-android |
| Версия | Версия1.4.2 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| push-notifications-android-1.4.2.pom | |
| push-notifications-android-1.4.2.aar | 161 KB |
| push-notifications-android-1.4.2-sources.jar | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.pusher/push-notifications-android/ -->
<dependency>
<groupId>com.pusher</groupId>
<artifactId>push-notifications-android</artifactId>
<version>1.4.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.pusher/push-notifications-android/
implementation 'com.pusher:push-notifications-android:1.4.2'
// https://jarcasting.com/artifacts/com.pusher/push-notifications-android/
implementation ("com.pusher:push-notifications-android:1.4.2")
'com.pusher:push-notifications-android:aar:1.4.2'
<dependency org="com.pusher" name="push-notifications-android" rev="1.4.2">
<artifact name="push-notifications-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.pusher', module='push-notifications-android', version='1.4.2')
)
libraryDependencies += "com.pusher" % "push-notifications-android" % "1.4.2"
[com.pusher/push-notifications-android "1.4.2"]