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