License |
License |
---|---|
GroupId | GroupIdcom.github.chrisbanes.pulltorefresh |
ArtifactId | ArtifactIdextras |
Version | Version2.1.1 |
Type | Typepom |
Description |
DescriptionAndroid-PullToRefresh Extras
Implementation of the Pull-to-Refresh UI Pattern for Android.
|
Filename | Size |
---|---|
extras-2.1.1.pom | 706 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chrisbanes.pulltorefresh/extras/ -->
<dependency>
<groupId>com.github.chrisbanes.pulltorefresh</groupId>
<artifactId>extras</artifactId>
<version>2.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisbanes.pulltorefresh/extras/
implementation 'com.github.chrisbanes.pulltorefresh:extras:2.1.1'
// https://jarcasting.com/artifacts/com.github.chrisbanes.pulltorefresh/extras/
implementation ("com.github.chrisbanes.pulltorefresh:extras:2.1.1")
'com.github.chrisbanes.pulltorefresh:extras:pom:2.1.1'
<dependency org="com.github.chrisbanes.pulltorefresh" name="extras" rev="2.1.1">
<artifact name="extras" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisbanes.pulltorefresh', module='extras', version='2.1.1')
)
libraryDependencies += "com.github.chrisbanes.pulltorefresh" % "extras" % "2.1.1"
[com.github.chrisbanes.pulltorefresh/extras "2.1.1"]