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