MVN

com.kfaraj.support : recyclerview

Maven & Gradle

Apr 10, 2023

RecyclerView · This library is built on top of the AndroidX RecyclerView library and is designed to be used with Android 4.0 (API level 14) and higher.

<dependency>
    <groupId>com.kfaraj.support</groupId>
    <artifactId>recyclerview</artifactId>
    <version>3.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kfaraj.support : recyclerview to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.11

All Versions

Choose a version of com.kfaraj.support : recyclerview to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
recyclerview-3.0.11
recyclerview-3.0.10
recyclerview-3.0.9
recyclerview-3.0.8
recyclerview-3.0.7
recyclerview-3.0.6
recyclerview-3.0.5
recyclerview-3.0.4
recyclerview-3.0.3
recyclerview-3.0.2
recyclerview-3.0.1
recyclerview-3.0.0
2.0.x
recyclerview-2.0.2
recyclerview-2.0.1
recyclerview-2.0.0
1.1.x
recyclerview-1.1.3
recyclerview-1.1.2
recyclerview-1.1.1
recyclerview-1.1.0

How to add a dependency to Maven

Add the following com.kfaraj.support : recyclerview maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.kfaraj.support</groupId>
    <artifactId>recyclerview</artifactId>
    <version>3.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kfaraj.support : recyclerview gradle dependency to your build.gradle file:

implementation 'com.kfaraj.support:recyclerview:3.0.11'

Gradle Kotlin DSL: Add the following com.kfaraj.support : recyclerview gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kfaraj.support:recyclerview:3.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kfaraj.support : recyclerview sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kfaraj.support" % "recyclerview" % "3.0.11"