is not current version
Last Version 3.2.3

com.navercorp.pulltorefresh:parent 3.2.1

Implementation of the Pull-to-Refresh UI Pattern for Android.

GroupId

GroupId

com.navercorp.pulltorefresh
ArtifactId

ArtifactId

parent
Version

Version

3.2.1
Type

Type

pom

Download parent 3.2.1

Filename Size
parent-3.2.1.pom 5 KB
Browse

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