is not current version
Last Version 25.0.0

com.github.nisrulz:recyclerviewhelper 23.3.0

RecyclerViewHelper provides the most common functions around recycler view like Swipe to dismiss, Drag and Drop, Divider in the ui, events for when item selected and when not selected, on-click listener for items.

GroupId

GroupId

com.github.nisrulz
ArtifactId

ArtifactId

recyclerviewhelper
Version

Version

23.3.0
Type

Type

aar

Download recyclerviewhelper 23.3.0


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