License |
License |
---|---|
GroupId | GroupIdcom.github.chrisbanes.actionbarpulltorefresh |
ArtifactId | ArtifactIdextras |
Version | Version0.6 |
Type | Typepom |
Description |
DescriptionActionBar-PullToRefresh Extras
A modern implementation of the pull-to-refresh for Android
|
Filename | Size |
---|---|
extras-0.6.pom | 674 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chrisbanes.actionbarpulltorefresh/extras/ -->
<dependency>
<groupId>com.github.chrisbanes.actionbarpulltorefresh</groupId>
<artifactId>extras</artifactId>
<version>0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisbanes.actionbarpulltorefresh/extras/
implementation 'com.github.chrisbanes.actionbarpulltorefresh:extras:0.6'
// https://jarcasting.com/artifacts/com.github.chrisbanes.actionbarpulltorefresh/extras/
implementation ("com.github.chrisbanes.actionbarpulltorefresh:extras:0.6")
'com.github.chrisbanes.actionbarpulltorefresh:extras:pom:0.6'
<dependency org="com.github.chrisbanes.actionbarpulltorefresh" name="extras" rev="0.6">
<artifact name="extras" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisbanes.actionbarpulltorefresh', module='extras', version='0.6')
)
libraryDependencies += "com.github.chrisbanes.actionbarpulltorefresh" % "extras" % "0.6"
[com.github.chrisbanes.actionbarpulltorefresh/extras "0.6"]