is not current version
Last Version 0.9.9

com.github.chrisbanes.actionbarpulltorefresh:library 0.8

A modern implementation of the pull-to-refresh for Android

GroupId

GroupId

com.github.chrisbanes.actionbarpulltorefresh
ArtifactId

ArtifactId

library
Version

Version

0.8
Type

Type

aar

Download library 0.8


<!-- https://jarcasting.com/artifacts/com.github.chrisbanes.actionbarpulltorefresh/library/ -->
<dependency>
    <groupId>com.github.chrisbanes.actionbarpulltorefresh</groupId>
    <artifactId>library</artifactId>
    <version>0.8</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisbanes.actionbarpulltorefresh/library/
implementation 'com.github.chrisbanes.actionbarpulltorefresh:library:0.8'
// https://jarcasting.com/artifacts/com.github.chrisbanes.actionbarpulltorefresh/library/
implementation ("com.github.chrisbanes.actionbarpulltorefresh:library:0.8")
'com.github.chrisbanes.actionbarpulltorefresh:library:aar:0.8'
<dependency org="com.github.chrisbanes.actionbarpulltorefresh" name="library" rev="0.8">
  <artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisbanes.actionbarpulltorefresh', module='library', version='0.8')
)
libraryDependencies += "com.github.chrisbanes.actionbarpulltorefresh" % "library" % "0.8"
[com.github.chrisbanes.actionbarpulltorefresh/library "0.8"]