MVN

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

Maven & Gradle

Jan 15, 2022
905 stars

drag-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.

<dependency>
    <groupId>com.ernestoyaquello.dragdropswiperecyclerview</groupId>
    <artifactId>drag-drop-swipe-recyclerview</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ernestoyaquello.dragdropswiperecyclerview : drag-drop-swipe-recyclerview to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of com.ernestoyaquello.dragdropswiperecyclerview : drag-drop-swipe-recyclerview to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
drag-drop-swipe-recyclerview-1.1.1
drag-drop-swipe-recyclerview-1.1.0
1.0.x
drag-drop-swipe-recyclerview-1.0.2
drag-drop-swipe-recyclerview-1.0.1
drag-drop-swipe-recyclerview-1.0.0

How to add a dependency to Maven

Add the following com.ernestoyaquello.dragdropswiperecyclerview : drag-drop-swipe-recyclerview maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ernestoyaquello.dragdropswiperecyclerview</groupId>
    <artifactId>drag-drop-swipe-recyclerview</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ernestoyaquello.dragdropswiperecyclerview : drag-drop-swipe-recyclerview gradle dependency to your build.gradle file:

implementation 'com.ernestoyaquello.dragdropswiperecyclerview:drag-drop-swipe-recyclerview:1.1.1'

Gradle Kotlin DSL: Add the following com.ernestoyaquello.dragdropswiperecyclerview : drag-drop-swipe-recyclerview gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ernestoyaquello.dragdropswiperecyclerview:drag-drop-swipe-recyclerview:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ernestoyaquello.dragdropswiperecyclerview : drag-drop-swipe-recyclerview sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ernestoyaquello.dragdropswiperecyclerview" % "drag-drop-swipe-recyclerview" % "1.1.1"