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