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