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