MVN

tk.zhzephi : zrecyclerlib

Maven & Gradle

Jan 11, 2016
2 stars

zrecyclerlib · Use RecyclerView components, SwipeRefreshLayout component custom paging list of effects framework. For ease of use, the complex processing paging List concentrated in library, the user only needs to introduce inheritance you can easily complete list of drop-down refresh, load more effect

<dependency>
    <groupId>tk.zhzephi</groupId>
    <artifactId>zrecyclerlib</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tk.zhzephi : zrecyclerlib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of tk.zhzephi : zrecyclerlib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
zrecyclerlib-1.0.1

How to add a dependency to Maven

Add the following tk.zhzephi : zrecyclerlib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tk.zhzephi</groupId>
    <artifactId>zrecyclerlib</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tk.zhzephi : zrecyclerlib gradle dependency to your build.gradle file:

implementation 'tk.zhzephi:zrecyclerlib:1.0.1'

Gradle Kotlin DSL: Add the following tk.zhzephi : zrecyclerlib gradle kotlin dependency to your build.gradle.kts file:

implementation("tk.zhzephi:zrecyclerlib:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following tk.zhzephi : zrecyclerlib sbt scala dependency to your build.sbt file:

libraryDependencies += "tk.zhzephi" % "zrecyclerlib" % "1.0.1"

Advertisement