gesture-recycler

This library provides swipe & drag and drop support for RecyclerView.

License

License

GroupId

GroupId

com.github.thesurix
ArtifactId

ArtifactId

gesture-recycler
Last Version

Last Version

1.17.0
Release Date

Release Date

Type

Type

aar
Description

Description

gesture-recycler
This library provides swipe & drag and drop support for RecyclerView.
Project URL

Project URL

https://github.com/thesurix/gesture-recycler

Download gesture-recycler

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-android-extensions-runtime jar 1.6.10
androidx.recyclerview » recyclerview jar 1.2.1
androidx.appcompat » appcompat jar 1.4.1
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.6.10

Project Modules

There are no modules declared in this project.

Versions

Version
1.17.0
1.16.0
1.15.0
1.14.0