| License |
License |
|---|---|
| GroupId | GroupIdcom.ernestoyaquello.dragdropswiperecyclerview |
| ArtifactId | ArtifactIddrag-drop-swipe-recyclerview |
| Version | Version1.1.0 |
| Type | Typeaar |
| Description |
Descriptiondrag-drop-swipe-recyclerview
Kotlin Android library that extends RecyclerView to support gestures like drag, drop and swipe, among others. It works with vertical, horizontal and grid lists.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- 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.1.0</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.1.0'
// https://jarcasting.com/artifacts/com.ernestoyaquello.dragdropswiperecyclerview/drag-drop-swipe-recyclerview/
implementation ("com.ernestoyaquello.dragdropswiperecyclerview:drag-drop-swipe-recyclerview:1.1.0")
'com.ernestoyaquello.dragdropswiperecyclerview:drag-drop-swipe-recyclerview:aar:1.1.0'
<dependency org="com.ernestoyaquello.dragdropswiperecyclerview" name="drag-drop-swipe-recyclerview" rev="1.1.0">
<artifact name="drag-drop-swipe-recyclerview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.ernestoyaquello.dragdropswiperecyclerview', module='drag-drop-swipe-recyclerview', version='1.1.0')
)
libraryDependencies += "com.ernestoyaquello.dragdropswiperecyclerview" % "drag-drop-swipe-recyclerview" % "1.1.0"
[com.ernestoyaquello.dragdropswiperecyclerview/drag-drop-swipe-recyclerview "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| androidx.recyclerview » recyclerview | jar | 1.2.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.5.21 |
| androidx.appcompat » appcompat | jar | 1.3.0 |