MVN

com.actionbarsherlock : parent

Maven & Gradle

Jul 29, 2013
7.1k stars

ActionBarSherlock (Parent) · Android library for implementing the action bar design pattern using the backported sources of Ice Cream Sandwich.

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

Latest Version

Choose a version of com.actionbarsherlock : parent to add to Maven - Latest Versions:

  • Latest Stable: 4.4.0

All Versions

Choose a version of com.actionbarsherlock : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
4.4.x
parent-4.4.0
4.3.x
parent-4.3.1
parent-4.3.0
4.2.x
parent-4.2.0
4.1.x
parent-4.1.0
4.0.x
parent-4.0.2
parent-4.0.1
parent-4.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.actionbarsherlock</groupId>
    <artifactId>parent</artifactId>
    <version>4.4.0</version>
</dependency>