expandable-recyclerView

Simple implementation to store object in tree structure.

License

License

GroupId

GroupId

com.github.adriankuta
ArtifactId

ArtifactId

expandable-recyclerView
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

aar
Description

Description

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

Project URL

https://github.com/AdrianKuta/Tree-Data-Structure
Source Code Management

Source Code Management

https://github.com/AdrianKuta/Tree-Data-Structure/tree/master

Download expandable-recyclerView

How to add to project

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

Dependencies

runtime (5)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.5.30
androidx.appcompat » appcompat jar 1.3.1
androidx.core » core-ktx jar 1.6.0
androidx.recyclerview » recyclerview jar 1.2.1
com.github.adriankuta : tree-structure jar 2.0.3

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.0
1.0.0
0.0.1-beta02
0.0.1-beta01
0.0.1-alpha02
0.0.1-alpha01