Last Version

Android-PullToRefresh Project 2.1.1

Implementation of the Pull-to-Refresh UI Pattern for Android.

License

License

GroupId

GroupId

com.github.chrisbanes.pulltorefresh
ArtifactId

ArtifactId

parent
Version

Version

2.1.1
Type

Type

pom
Description

Description

Android-PullToRefresh Project
Implementation of the Pull-to-Refresh UI Pattern for Android.
Project URL

Project URL

https://github.com/chrisbanes/Android-PullToRefresh
Source Code Management

Source Code Management

https://github.com/chrisbanes/Android-PullToRefresh

Download parent 2.1.1

Filename Size
parent-2.1.1.pom 4 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • library
  • sample
  • extras