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