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