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