License |
License |
---|---|
GroupId | GroupIdcom.prolificinteractive |
ArtifactId | ArtifactIdactionbarsherlock |
Last Version | Last Version4.3.1 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionActionBarSherlock
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
|
Filename | Size |
---|---|
actionbarsherlock-4.3.1.pom | |
actionbarsherlock-4.3.1.aar | 643 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.prolificinteractive/actionbarsherlock/ -->
<dependency>
<groupId>com.prolificinteractive</groupId>
<artifactId>actionbarsherlock</artifactId>
<version>4.3.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.prolificinteractive/actionbarsherlock/
implementation 'com.prolificinteractive:actionbarsherlock:4.3.1'
// https://jarcasting.com/artifacts/com.prolificinteractive/actionbarsherlock/
implementation ("com.prolificinteractive:actionbarsherlock:4.3.1")
'com.prolificinteractive:actionbarsherlock:aar:4.3.1'
<dependency org="com.prolificinteractive" name="actionbarsherlock" rev="4.3.1">
<artifact name="actionbarsherlock" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.prolificinteractive', module='actionbarsherlock', version='4.3.1')
)
libraryDependencies += "com.prolificinteractive" % "actionbarsherlock" % "4.3.1"
[com.prolificinteractive/actionbarsherlock "4.3.1"]
Group / Artifact | Type | Version |
---|---|---|
com.android.support » support-v4 | jar | 13.0.0 |