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