| Группа | Группаcom.bignerdranch.android |
|---|---|
| Идентификатор | Идентификаторexpandablerecyclerview |
| Версия | Версия2.0.2 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| expandablerecyclerview-2.0.2.pom | |
| expandablerecyclerview-2.0.2.aar | 12 KB |
| expandablerecyclerview-2.0.2-sources.jar | 11 KB |
| expandablerecyclerview-2.0.2-javadoc.jar | 57 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.bignerdranch.android/expandablerecyclerview/ -->
<dependency>
<groupId>com.bignerdranch.android</groupId>
<artifactId>expandablerecyclerview</artifactId>
<version>2.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.bignerdranch.android/expandablerecyclerview/
implementation 'com.bignerdranch.android:expandablerecyclerview:2.0.2'
// https://jarcasting.com/artifacts/com.bignerdranch.android/expandablerecyclerview/
implementation ("com.bignerdranch.android:expandablerecyclerview:2.0.2")
'com.bignerdranch.android:expandablerecyclerview:aar:2.0.2'
<dependency org="com.bignerdranch.android" name="expandablerecyclerview" rev="2.0.2">
<artifact name="expandablerecyclerview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.bignerdranch.android', module='expandablerecyclerview', version='2.0.2')
)
libraryDependencies += "com.bignerdranch.android" % "expandablerecyclerview" % "2.0.2"
[com.bignerdranch.android/expandablerecyclerview "2.0.2"]