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