| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.f2prateek.progressbutton |
| Идентификатор | Идентификаторprogressbutton-parent |
| Версия | Версия2.1.0 |
| Тип | Типpom |
| Описание |
ОписаниеAndroid Progress Button (Parent)
ProgressButton is a custom progress indicator with a tiny footprint.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| progressbutton-parent-2.1.0.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.f2prateek.progressbutton/progressbutton-parent/ -->
<dependency>
<groupId>com.f2prateek.progressbutton</groupId>
<artifactId>progressbutton-parent</artifactId>
<version>2.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.f2prateek.progressbutton/progressbutton-parent/
implementation 'com.f2prateek.progressbutton:progressbutton-parent:2.1.0'
// https://jarcasting.com/artifacts/com.f2prateek.progressbutton/progressbutton-parent/
implementation ("com.f2prateek.progressbutton:progressbutton-parent:2.1.0")
'com.f2prateek.progressbutton:progressbutton-parent:pom:2.1.0'
<dependency org="com.f2prateek.progressbutton" name="progressbutton-parent" rev="2.1.0">
<artifact name="progressbutton-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.f2prateek.progressbutton', module='progressbutton-parent', version='2.1.0')
)
libraryDependencies += "com.f2prateek.progressbutton" % "progressbutton-parent" % "2.1.0"
[com.f2prateek.progressbutton/progressbutton-parent "2.1.0"]