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