Files download
File Operation
library-0.4.pom download
library-0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.chrisbanes.actionbarpulltorefresh</groupId>
  <artifactId>library</artifactId>
  <version>0.4</version>
  <type>apklib</type>
</dependency>
Gradle Groovy
implementation 'com.github.chrisbanes.actionbarpulltorefresh:library:0.4'
Gradle Kotlin
implementation("com.github.chrisbanes.actionbarpulltorefresh:library:0.4")
Scala SBT
libraryDependencies += "com.github.chrisbanes.actionbarpulltorefresh" % "library" % "0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.chrisbanes.actionbarpulltorefresh', module='library', version='0.4')
)
Apache Ivy
<dependency org="com.github.chrisbanes.actionbarpulltorefresh" name="library" rev="0.4" />
Leiningen
[com.github.chrisbanes.actionbarpulltorefresh/library "0.4"]
Apache Buildr
'com.github.chrisbanes.actionbarpulltorefresh:library:jar:0.4'