MVN

it.xabaras.android : recyclerview-swipedecorator

Maven & Gradle

Jan 09, 2023
390 stars

RecyclerViewSwipeDecorator · A simple utility class to add a background and/or an icon and/or a label while swiping a RecyclerView item left or right.

<dependency>
    <groupId>it.xabaras.android</groupId>
    <artifactId>recyclerview-swipedecorator</artifactId>
    <version>1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.xabaras.android : recyclerview-swipedecorator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4

All Versions

Choose a version of it.xabaras.android : recyclerview-swipedecorator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4
recyclerview-swipedecorator-1.4
1.2.x
recyclerview-swipedecorator-1.2.2
recyclerview-swipedecorator-1.2.1
1.2
recyclerview-swipedecorator-1.2
1.1
recyclerview-swipedecorator-1.1
1.0.x
recyclerview-swipedecorator-1.0.1
1.0
recyclerview-swipedecorator-1.0

How to add a dependency to Maven

Add the following it.xabaras.android : recyclerview-swipedecorator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.xabaras.android</groupId>
    <artifactId>recyclerview-swipedecorator</artifactId>
    <version>1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.xabaras.android : recyclerview-swipedecorator gradle dependency to your build.gradle file:

implementation 'it.xabaras.android:recyclerview-swipedecorator:1.4'

Gradle Kotlin DSL: Add the following it.xabaras.android : recyclerview-swipedecorator gradle kotlin dependency to your build.gradle.kts file:

implementation("it.xabaras.android:recyclerview-swipedecorator:1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.xabaras.android : recyclerview-swipedecorator sbt scala dependency to your build.sbt file:

libraryDependencies += "it.xabaras.android" % "recyclerview-swipedecorator" % "1.4"