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