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