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