is not current version
Last Version 2.1.1

com.github.chrisbanes.pulltorefresh:extras 2.1


GroupId

GroupId

com.github.chrisbanes.pulltorefresh
ArtifactId

ArtifactId

extras
Version

Version

2.1
Type

Type

pom

Download extras 2.1

Filename Size
extras-2.1.pom 704 bytes
Browse

<!-- https://jarcasting.com/artifacts/com.github.chrisbanes.pulltorefresh/extras/ -->
<dependency>
    <groupId>com.github.chrisbanes.pulltorefresh</groupId>
    <artifactId>extras</artifactId>
    <version>2.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisbanes.pulltorefresh/extras/
implementation 'com.github.chrisbanes.pulltorefresh:extras:2.1'
// https://jarcasting.com/artifacts/com.github.chrisbanes.pulltorefresh/extras/
implementation ("com.github.chrisbanes.pulltorefresh:extras:2.1")
'com.github.chrisbanes.pulltorefresh:extras:pom:2.1'
<dependency org="com.github.chrisbanes.pulltorefresh" name="extras" rev="2.1">
  <artifact name="extras" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisbanes.pulltorefresh', module='extras', version='2.1')
)
libraryDependencies += "com.github.chrisbanes.pulltorefresh" % "extras" % "2.1"
[com.github.chrisbanes.pulltorefresh/extras "2.1"]