l

library

A modern implementation of the pull-to-refresh for Android
https://github.com/chrisbanes/ActionBar-PullToRefresh
The Apache Software License, Version 2.0
Chris Banes
文件下载
文件名 操作
library-0.9.2.pom 下载
library-0.9.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.chrisbanes.actionbarpulltorefresh</groupId>
  <artifactId>library</artifactId>
  <version>0.9.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.chrisbanes.actionbarpulltorefresh:library:0.9.2'
Gradle Kotlin
implementation("com.github.chrisbanes.actionbarpulltorefresh:library:0.9.2")
Scala SBT
libraryDependencies += "com.github.chrisbanes.actionbarpulltorefresh" % "library" % "0.9.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.chrisbanes.actionbarpulltorefresh', module='library', version='0.9.2')
)
Apache Ivy
<dependency org="com.github.chrisbanes.actionbarpulltorefresh" name="library" rev="0.9.2" />
Leiningen
[com.github.chrisbanes.actionbarpulltorefresh/library "0.9.2"]
Apache Buildr
'com.github.chrisbanes.actionbarpulltorefresh:library:jar:0.9.2'
本项目依赖
该项目无第三方依赖