MVN

com.github.adriankuta : expandable-recyclerView

Maven & Gradle

Nov 29, 2022
17 stars

expandable-recyclerView · Simple implementation to store object in tree structure.

<dependency>
    <groupId>com.github.adriankuta</groupId>
    <artifactId>expandable-recyclerView</artifactId>
    <version>2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.adriankuta : expandable-recyclerView to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.1
  • Latest Beta: 0.0.1-beta02
  • Latest Alpha: 0.0.1-alpha02

All Versions

Choose a version of com.github.adriankuta : expandable-recyclerView to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
expandable-recyclerView-2.1.1
expandable-recyclerView-2.1.0
2.0.x
expandable-recyclerView-2.0.0
1.0.x
expandable-recyclerView-1.0.0
0.0.x
expandable-recyclerView-0.0.1-beta02
expandable-recyclerView-0.0.1-beta01
expandable-recyclerView-0.0.1-alpha02
expandable-recyclerView-0.0.1-alpha01

How to add a dependency to Maven

Add the following com.github.adriankuta : expandable-recyclerView maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.adriankuta</groupId>
    <artifactId>expandable-recyclerView</artifactId>
    <version>2.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.adriankuta : expandable-recyclerView gradle dependency to your build.gradle file:

implementation 'com.github.adriankuta:expandable-recyclerView:2.1.1'

Gradle Kotlin DSL: Add the following com.github.adriankuta : expandable-recyclerView gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.adriankuta:expandable-recyclerView:2.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.adriankuta : expandable-recyclerView sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.adriankuta" % "expandable-recyclerView" % "2.1.1"