License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.yalantis |
ArtifactId | ArtifactIdpulltorefresh |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionPull to Refresh
Android Library to add beautiful Pull-to-Refresh widget
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pulltorefresh-1.1.0.pom | |
pulltorefresh-1.1.0.aar | 194 KB |
pulltorefresh-1.1.0-sources.jar | 8 KB |
pulltorefresh-1.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.yalantis/pulltorefresh/ -->
<dependency>
<groupId>com.yalantis</groupId>
<artifactId>pulltorefresh</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.yalantis/pulltorefresh/
implementation 'com.yalantis:pulltorefresh:1.1.0'
// https://jarcasting.com/artifacts/com.yalantis/pulltorefresh/
implementation ("com.yalantis:pulltorefresh:1.1.0")
'com.yalantis:pulltorefresh:aar:1.1.0'
<dependency org="com.yalantis" name="pulltorefresh" rev="1.1.0">
<artifact name="pulltorefresh" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.yalantis', module='pulltorefresh', version='1.1.0')
)
libraryDependencies += "com.yalantis" % "pulltorefresh" % "1.1.0"
[com.yalantis/pulltorefresh "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.android.support » support-v4 | jar | 22.0.0 |