| License |
License |
|---|---|
| GroupId | GroupIdcom.bignerdranch.android |
| ArtifactId | ArtifactIdexpandablerecyclerview |
| Version | Version3.0.0-RC1 |
| Type | Typeaar |
| Description |
DescriptionExpandable RecyclerView
A lightweight Android library that allows for the expansion and collapsing of RecyclerView items
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.bignerdranch.android/expandablerecyclerview/ -->
<dependency>
<groupId>com.bignerdranch.android</groupId>
<artifactId>expandablerecyclerview</artifactId>
<version>3.0.0-RC1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.bignerdranch.android/expandablerecyclerview/
implementation 'com.bignerdranch.android:expandablerecyclerview:3.0.0-RC1'
// https://jarcasting.com/artifacts/com.bignerdranch.android/expandablerecyclerview/
implementation ("com.bignerdranch.android:expandablerecyclerview:3.0.0-RC1")
'com.bignerdranch.android:expandablerecyclerview:aar:3.0.0-RC1'
<dependency org="com.bignerdranch.android" name="expandablerecyclerview" rev="3.0.0-RC1">
<artifact name="expandablerecyclerview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.bignerdranch.android', module='expandablerecyclerview', version='3.0.0-RC1')
)
libraryDependencies += "com.bignerdranch.android" % "expandablerecyclerview" % "3.0.0-RC1"
[com.bignerdranch.android/expandablerecyclerview "3.0.0-RC1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.android.support » recyclerview-v7 | jar | 24.2.1 |
| com.android.support » support-annotations | jar | 24.2.1 |