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.

License

License

GroupId

GroupId

com.kfaraj.support
ArtifactId

ArtifactId

recyclerview
Last Version

Last Version

3.0.8
Release Date

Release Date

Type

Type

aar
Description

Description

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.
Project URL

Project URL

https://gitlab.com/kfaraj/support#recyclerview
Source Code Management

Source Code Management

https://gitlab.com/kfaraj/support

Download recyclerview

How to add to project

<!-- https://jarcasting.com/artifacts/com.kfaraj.support/recyclerview/ -->
<dependency>
    <groupId>com.kfaraj.support</groupId>
    <artifactId>recyclerview</artifactId>
    <version>3.0.8</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.kfaraj.support/recyclerview/
implementation 'com.kfaraj.support:recyclerview:3.0.8'
// https://jarcasting.com/artifacts/com.kfaraj.support/recyclerview/
implementation ("com.kfaraj.support:recyclerview:3.0.8")
'com.kfaraj.support:recyclerview:aar:3.0.8'
<dependency org="com.kfaraj.support" name="recyclerview" rev="3.0.8">
  <artifact name="recyclerview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.kfaraj.support', module='recyclerview', version='3.0.8')
)
libraryDependencies += "com.kfaraj.support" % "recyclerview" % "3.0.8"
[com.kfaraj.support/recyclerview "3.0.8"]

Dependencies

compile (1)

Group / Artifact Type Version
androidx.recyclerview » recyclerview jar 1.2.1

Project Modules

There are no modules declared in this project.

Versions

Version
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.2
2.0.1
2.0.0
1.1.3
1.1.2
1.1.1
1.1.0