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