is not current version
Last Version 3.0.0-RC1

com.bignerdranch.android:expandablerecyclerview 2.0.0

A lightweight Android library that allows for the expansion and collapsing of RecyclerView items

GroupId

GroupId

com.bignerdranch.android
ArtifactId

ArtifactId

expandablerecyclerview
Version

Version

2.0.0
Type

Type

aar

Download expandablerecyclerview 2.0.0


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