| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.userswlwork |
| Идентификатор | Идентификаторpull-to-refresh |
| Версия | Версия1.0.0 |
| Тип | Типaar |
| Описание |
Описаниеbaseframe
This project is build to let the view looks like a material design widget when touched.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| pull-to-refresh-1.0.0.pom | |
| pull-to-refresh-1.0.0.aar | 198 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.userswlwork/pull-to-refresh/ -->
<dependency>
<groupId>com.github.userswlwork</groupId>
<artifactId>pull-to-refresh</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.userswlwork/pull-to-refresh/
implementation 'com.github.userswlwork:pull-to-refresh:1.0.0'
// https://jarcasting.com/artifacts/com.github.userswlwork/pull-to-refresh/
implementation ("com.github.userswlwork:pull-to-refresh:1.0.0")
'com.github.userswlwork:pull-to-refresh:aar:1.0.0'
<dependency org="com.github.userswlwork" name="pull-to-refresh" rev="1.0.0">
<artifact name="pull-to-refresh" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.userswlwork', module='pull-to-refresh', version='1.0.0')
)
libraryDependencies += "com.github.userswlwork" % "pull-to-refresh" % "1.0.0"
[com.github.userswlwork/pull-to-refresh "1.0.0"]