не последняя версия
Последняя версия 3.0.0-RC1

com.bignerdranch.android:expandablerecyclerview 1.0.0

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

Группа

Группа

com.bignerdranch.android
Идентификатор

Идентификатор

expandablerecyclerview
Версия

Версия

1.0.0
Тип

Тип

aar

Скачать expandablerecyclerview 1.0.0


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