MVN

dev.alshakib.rvcompat : rvcompat

Maven & Gradle

May 01, 2021
0 stars

RecyclerViewCompat · Recycler View Compat (rvcompat) is a flexible compatible library for recycler view adapter and view holder with support of OnClickListener, OnLongClickListener and many more.

<dependency>
    <groupId>dev.alshakib.rvcompat</groupId>
    <artifactId>rvcompat</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.alshakib.rvcompat : rvcompat to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0
  • Latest Release Candidate: 3.0.0-rc2

All Versions

Choose a version of dev.alshakib.rvcompat : rvcompat to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
rvcompat-3.0.0
rvcompat-3.0.0-rc2
rvcompat-3.0.0-rc1
2.1.x
rvcompat-2.1.3
rvcompat-2.1.2
rvcompat-2.1.1
rvcompat-2.1.0
1.0.x
rvcompat-1.0.0-rc1

How to add a dependency to Maven

Add the following dev.alshakib.rvcompat : rvcompat maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.alshakib.rvcompat</groupId>
    <artifactId>rvcompat</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.alshakib.rvcompat : rvcompat gradle dependency to your build.gradle file:

implementation 'dev.alshakib.rvcompat:rvcompat:3.0.0'

Gradle Kotlin DSL: Add the following dev.alshakib.rvcompat : rvcompat gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.alshakib.rvcompat:rvcompat:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.alshakib.rvcompat : rvcompat sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.alshakib.rvcompat" % "rvcompat" % "3.0.0"

Advertisement