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