MVN

com.navercorp.pulltorefresh : parent

Maven & Gradle

Jul 25, 2014
312 stars

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

<dependency>
    <groupId>com.navercorp.pulltorefresh</groupId>
    <artifactId>parent</artifactId>
    <version>3.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.navercorp.pulltorefresh : parent to add to Maven - Latest Versions:

  • Latest Stable: 3.2.3

All Versions

Choose a version of com.navercorp.pulltorefresh : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
3.2.x
parent-3.2.3
parent-3.2.2
parent-3.2.1
parent-3.2.0
3.1.x
parent-3.1.0
3.0.x
parent-3.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.navercorp.pulltorefresh</groupId>
    <artifactId>parent</artifactId>
    <version>3.2.3</version>
</dependency>

Advertisement