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