is not current version
Last Version 1.1.1

com.ernestoyaquello.dragdropswiperecyclerview:drag-drop-swipe-recyclerview 1.0.1

Kotlin Android library that extends RecyclerView to support gestures like drag, drop and swipe, among others. It works with vertical, horizontal and grid lists.

GroupId

GroupId

com.ernestoyaquello.dragdropswiperecyclerview
ArtifactId

ArtifactId

drag-drop-swipe-recyclerview
Version

Version

1.0.1
Type

Type

aar

Download drag-drop-swipe-recyclerview 1.0.1


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