s

sample-actionbarsherlock

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