| License |
License |
|---|---|
| GroupId | GroupIdcom.github.chrisbanes.actionbarpulltorefresh |
| ArtifactId | ArtifactIdlibrary |
| Last Version | Last Version0.9.9 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionActionBar-PullToRefresh Library
A modern implementation of the pull-to-refresh for Android
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| library-0.9.9.pom | |
| library-0.9.9.aar | 46 KB |
| library-0.9.9-sources.jar | 27 KB |
| library-0.9.9-javadoc.jar | 95 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.chrisbanes.actionbarpulltorefresh/library/ -->
<dependency>
<groupId>com.github.chrisbanes.actionbarpulltorefresh</groupId>
<artifactId>library</artifactId>
<version>0.9.9</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisbanes.actionbarpulltorefresh/library/
implementation 'com.github.chrisbanes.actionbarpulltorefresh:library:0.9.9'
// https://jarcasting.com/artifacts/com.github.chrisbanes.actionbarpulltorefresh/library/
implementation ("com.github.chrisbanes.actionbarpulltorefresh:library:0.9.9")
'com.github.chrisbanes.actionbarpulltorefresh:library:aar:0.9.9'
<dependency org="com.github.chrisbanes.actionbarpulltorefresh" name="library" rev="0.9.9">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisbanes.actionbarpulltorefresh', module='library', version='0.9.9')
)
libraryDependencies += "com.github.chrisbanes.actionbarpulltorefresh" % "library" % "0.9.9"
[com.github.chrisbanes.actionbarpulltorefresh/library "0.9.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.castorflex.smoothprogressbar : library | aar | 0.4.+ |