MVN

com.prolificinteractive : actionbarsherlock

Maven & Gradle

Jul 17, 2013

ActionBarSherlock · Library for implementing the action bar design pattern using the native action bar on Android 4.0+ and a custom implementation on pre-4.0 through a single API and theme. http://actionbarsherlock.com

<dependency>
    <groupId>com.prolificinteractive</groupId>
    <artifactId>actionbarsherlock</artifactId>
    <version>4.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.prolificinteractive : actionbarsherlock to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.1

All Versions

Choose a version of com.prolificinteractive : actionbarsherlock to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
actionbarsherlock-4.3.1

How to add a dependency to Maven

Add the following com.prolificinteractive : actionbarsherlock maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.prolificinteractive</groupId>
    <artifactId>actionbarsherlock</artifactId>
    <version>4.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.prolificinteractive : actionbarsherlock gradle dependency to your build.gradle file:

implementation 'com.prolificinteractive:actionbarsherlock:4.3.1'

Gradle Kotlin DSL: Add the following com.prolificinteractive : actionbarsherlock gradle kotlin dependency to your build.gradle.kts file:

implementation("com.prolificinteractive:actionbarsherlock:4.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.prolificinteractive : actionbarsherlock sbt scala dependency to your build.sbt file:

libraryDependencies += "com.prolificinteractive" % "actionbarsherlock" % "4.3.1"