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