| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.bignerdranch.android |
| Идентификатор | Идентификаторexpandablerecyclerview |
| Последняя версия | Последняя версия3.0.0-RC1 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
ОписаниеExpandable RecyclerView
A lightweight Android library that allows for the expansion and collapsing of RecyclerView items
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.android.support » recyclerview-v7 | jar | 24.2.1 |
| com.android.support » support-annotations | jar | 24.2.1 |