is not current version
Last Version 25.0.0

com.github.nisrulz:recyclerviewhelper x1.0.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

x1.0.0
Type

Type

aar

Download recyclerviewhelper x1.0.0


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