License |
License |
---|---|
GroupId | GroupIdcom.github.userswlwork |
ArtifactId | ArtifactIdpull-to-refresh |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionbaseframe
This project is build to let the view looks like a material design widget when touched.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pull-to-refresh-1.0.0.pom | |
pull-to-refresh-1.0.0.aar | 198 KB |
Browse |
<!-- 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"]