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