is not current version
Last Version 4.4.0

com.actionbarsherlock:parent 4.0.2

Android library for implementing the action bar design pattern using the backported sources of Ice Cream Sandwich.

GroupId

GroupId

com.actionbarsherlock
ArtifactId

ArtifactId

parent
Version

Version

4.0.2
Type

Type

pom

Download parent 4.0.2

Filename Size
parent-4.0.2.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/com.actionbarsherlock/parent/ -->
<dependency>
    <groupId>com.actionbarsherlock</groupId>
    <artifactId>parent</artifactId>
    <version>4.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.actionbarsherlock/parent/
implementation 'com.actionbarsherlock:parent:4.0.2'
// https://jarcasting.com/artifacts/com.actionbarsherlock/parent/
implementation ("com.actionbarsherlock:parent:4.0.2")
'com.actionbarsherlock:parent:pom:4.0.2'
<dependency org="com.actionbarsherlock" name="parent" rev="4.0.2">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.actionbarsherlock', module='parent', version='4.0.2')
)
libraryDependencies += "com.actionbarsherlock" % "parent" % "4.0.2"
[com.actionbarsherlock/parent "4.0.2"]