文件下载
文件名 操作
extras-0.3.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.chrisbanes.actionbarpulltorefresh</groupId>
  <artifactId>extras</artifactId>
  <version>0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.chrisbanes.actionbarpulltorefresh:extras:0.3'
Gradle Kotlin
implementation("com.github.chrisbanes.actionbarpulltorefresh:extras:0.3")
Scala SBT
libraryDependencies += "com.github.chrisbanes.actionbarpulltorefresh" % "extras" % "0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.chrisbanes.actionbarpulltorefresh', module='extras', version='0.3')
)
Apache Ivy
<dependency org="com.github.chrisbanes.actionbarpulltorefresh" name="extras" rev="0.3" />
Leiningen
[com.github.chrisbanes.actionbarpulltorefresh/extras "0.3"]
Apache Buildr
'com.github.chrisbanes.actionbarpulltorefresh:extras:jar:0.3'