| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.callumtaylor |
| ArtifactId | ArtifactIdswipetorefresh |
| Version | Version1.1 |
| Type | Typeaar |
| Description |
DescriptionSwipeToRefresh
A simple swipe to refresh helper library to replicate the swipe to refresh pattern first seen in GMail
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| swipetorefresh-1.1.pom | |
| swipetorefresh-1.1.aar | 309 KB |
| swipetorefresh-1.1-sources.jar | 8 KB |
| swipetorefresh-1.1-javadoc.jar | 69 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.callumtaylor/swipetorefresh/ -->
<dependency>
<groupId>net.callumtaylor</groupId>
<artifactId>swipetorefresh</artifactId>
<version>1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/net.callumtaylor/swipetorefresh/
implementation 'net.callumtaylor:swipetorefresh:1.1'
// https://jarcasting.com/artifacts/net.callumtaylor/swipetorefresh/
implementation ("net.callumtaylor:swipetorefresh:1.1")
'net.callumtaylor:swipetorefresh:aar:1.1'
<dependency org="net.callumtaylor" name="swipetorefresh" rev="1.1">
<artifact name="swipetorefresh" type="aar" />
</dependency>
@Grapes(
@Grab(group='net.callumtaylor', module='swipetorefresh', version='1.1')
)
libraryDependencies += "net.callumtaylor" % "swipetorefresh" % "1.1"
[net.callumtaylor/swipetorefresh "1.1"]