MVN

io.github.shashank1800 : com-shahankbhat-recyclergenericadapter

Maven & Gradle

Aug 12, 2022
2 stars

com-shahankbhat-recyclergenericadapter · This is an Android library used to avoid writing an adapter for your RecyclerView every time and write less code to populate RecyclerView with any type of model and with any layout.

<dependency>
    <groupId>io.github.shashank1800</groupId>
    <artifactId>com-shahankbhat-recyclergenericadapter</artifactId>
    <version>1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.shashank1800 : com-shahankbhat-recyclergenericadapter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5

All Versions

Choose a version of io.github.shashank1800 : com-shahankbhat-recyclergenericadapter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5
com-shahankbhat-recyclergenericadapter-1.5
1.4
com-shahankbhat-recyclergenericadapter-1.4
1.3
com-shahankbhat-recyclergenericadapter-1.3
1.1
com-shahankbhat-recyclergenericadapter-1.1

How to add a dependency to Maven

Add the following io.github.shashank1800 : com-shahankbhat-recyclergenericadapter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.shashank1800</groupId>
    <artifactId>com-shahankbhat-recyclergenericadapter</artifactId>
    <version>1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.shashank1800 : com-shahankbhat-recyclergenericadapter gradle dependency to your build.gradle file:

implementation 'io.github.shashank1800:com-shahankbhat-recyclergenericadapter:1.5'

Gradle Kotlin DSL: Add the following io.github.shashank1800 : com-shahankbhat-recyclergenericadapter gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.shashank1800:com-shahankbhat-recyclergenericadapter:1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.shashank1800 : com-shahankbhat-recyclergenericadapter sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.shashank1800" % "com-shahankbhat-recyclergenericadapter" % "1.5"