| Группа | Группаcom.pusher |
|---|---|
| Идентификатор | Идентификаторpush-notifications-android |
| Версия | Версия1.0.4 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| push-notifications-android-1.0.4.pom | |
| push-notifications-android-1.0.4.aar | 131 KB |
| push-notifications-android-1.0.4-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.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.pusher/push-notifications-android/
implementation 'com.pusher:push-notifications-android:1.0.4'
// https://jarcasting.com/artifacts/com.pusher/push-notifications-android/
implementation ("com.pusher:push-notifications-android:1.0.4")
'com.pusher:push-notifications-android:aar:1.0.4'
<dependency org="com.pusher" name="push-notifications-android" rev="1.0.4">
<artifact name="push-notifications-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.pusher', module='push-notifications-android', version='1.0.4')
)
libraryDependencies += "com.pusher" % "push-notifications-android" % "1.0.4"
[com.pusher/push-notifications-android "1.0.4"]