License |
License |
---|---|
GroupId | GroupIdcom.github.chrisbanes.actionbarpulltorefresh |
ArtifactId | ArtifactIdextra-abs |
Version | Version0.9.9 |
Type | Typeaar |
Description |
DescriptionActionBar-PullToRefresh Extras: ActionBarSherlock
A modern implementation of the pull-to-refresh for Android
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
extra-abs-0.9.9.pom | |
extra-abs-0.9.9.aar | 13 KB |
extra-abs-0.9.9-sources.jar | 5 KB |
extra-abs-0.9.9-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chrisbanes.actionbarpulltorefresh/extra-abs/ -->
<dependency>
<groupId>com.github.chrisbanes.actionbarpulltorefresh</groupId>
<artifactId>extra-abs</artifactId>
<version>0.9.9</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisbanes.actionbarpulltorefresh/extra-abs/
implementation 'com.github.chrisbanes.actionbarpulltorefresh:extra-abs:0.9.9'
// https://jarcasting.com/artifacts/com.github.chrisbanes.actionbarpulltorefresh/extra-abs/
implementation ("com.github.chrisbanes.actionbarpulltorefresh:extra-abs:0.9.9")
'com.github.chrisbanes.actionbarpulltorefresh:extra-abs:aar:0.9.9'
<dependency org="com.github.chrisbanes.actionbarpulltorefresh" name="extra-abs" rev="0.9.9">
<artifact name="extra-abs" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisbanes.actionbarpulltorefresh', module='extra-abs', version='0.9.9')
)
libraryDependencies += "com.github.chrisbanes.actionbarpulltorefresh" % "extra-abs" % "0.9.9"
[com.github.chrisbanes.actionbarpulltorefresh/extra-abs "0.9.9"]
Group / Artifact | Type | Version |
---|---|---|
com.android.support » support-v4 | jar | [18.0,) |
com.actionbarsherlock : actionbarsherlock | aar | [4.4,) |
com.github.chrisbanes.actionbarpulltorefresh : library | jar | 0.9.9 |