is not current version
Last Version 1.1.0

com.yalantis:pulltorefresh 1.0.0

Android Library to add beautiful Pull-to-Refresh widget

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.yalantis
ArtifactId

ArtifactId

pulltorefresh
Version

Version

1.0.0
Type

Type

aar

Download pulltorefresh 1.0.0


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