| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.rahatarmanahmed |
| Идентификатор | Идентификаторcircularprogressview |
| Последняя версия | Последняя версия2.5.0 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
ОписаниеCircularProgressView
Imitation of the Material design Android ProgressBar.
|
| Имя Файла | Размер |
|---|---|
| circularprogressview-2.5.0.pom | |
| circularprogressview-2.5.0.aar | 11 KB |
| circularprogressview-2.5.0-sources.jar | 3 KB |
| circularprogressview-2.5.0-javadoc.jar | 36 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.rahatarmanahmed/circularprogressview/ -->
<dependency>
<groupId>com.github.rahatarmanahmed</groupId>
<artifactId>circularprogressview</artifactId>
<version>2.5.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rahatarmanahmed/circularprogressview/
implementation 'com.github.rahatarmanahmed:circularprogressview:2.5.0'
// https://jarcasting.com/artifacts/com.github.rahatarmanahmed/circularprogressview/
implementation ("com.github.rahatarmanahmed:circularprogressview:2.5.0")
'com.github.rahatarmanahmed:circularprogressview:aar:2.5.0'
<dependency org="com.github.rahatarmanahmed" name="circularprogressview" rev="2.5.0">
<artifact name="circularprogressview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.rahatarmanahmed', module='circularprogressview', version='2.5.0')
)
libraryDependencies += "com.github.rahatarmanahmed" % "circularprogressview" % "2.5.0"
[com.github.rahatarmanahmed/circularprogressview "2.5.0"]