is not current version
Last Version 0.9.9

com.github.chrisbanes.actionbarpulltorefresh:extra-abs 0.7

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

GroupId

GroupId

com.github.chrisbanes.actionbarpulltorefresh
ArtifactId

ArtifactId

extra-abs
Version

Version

0.7
Type

Type

aar

Download extra-abs 0.7


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