MVN

com.github.vicpinm : crv-processor

Maven & Gradle

Jan 21, 2019
4 stars

Crv Processor · Recycler View with pagination in a clean way

<dependency>
    <groupId>com.github.vicpinm</groupId>
    <artifactId>crv-processor</artifactId>
    <version>5.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.vicpinm : crv-processor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.1
  • Latest Beta: 5.0.0.beta1

All Versions

Choose a version of com.github.vicpinm : crv-processor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
crv-processor-5.0.1
crv-processor-5.0.0.beta1

How to add a dependency to Maven

Add the following com.github.vicpinm : crv-processor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.vicpinm</groupId>
    <artifactId>crv-processor</artifactId>
    <version>5.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.vicpinm : crv-processor gradle dependency to your build.gradle file:

implementation 'com.github.vicpinm:crv-processor:5.0.1'

Gradle Kotlin DSL: Add the following com.github.vicpinm : crv-processor gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.vicpinm:crv-processor:5.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.vicpinm : crv-processor sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.vicpinm" % "crv-processor" % "5.0.1"