| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.shashank1800 |
| Идентификатор | Идентификаторcom-shahankbhat-recyclergenericadapter |
| Последняя версия | Последняя версия1.4 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
Описаниеcom-shahankbhat-recyclergenericadapter
This is an Android library used to avoid writing an adapter for your RecyclerView every time and write less code to populate RecyclerView with any type of model and with any layout.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/io.github.shashank1800/com-shahankbhat-recyclergenericadapter/ -->
<dependency>
<groupId>io.github.shashank1800</groupId>
<artifactId>com-shahankbhat-recyclergenericadapter</artifactId>
<version>1.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.shashank1800/com-shahankbhat-recyclergenericadapter/
implementation 'io.github.shashank1800:com-shahankbhat-recyclergenericadapter:1.4'
// https://jarcasting.com/artifacts/io.github.shashank1800/com-shahankbhat-recyclergenericadapter/
implementation ("io.github.shashank1800:com-shahankbhat-recyclergenericadapter:1.4")
'io.github.shashank1800:com-shahankbhat-recyclergenericadapter:aar:1.4'
<dependency org="io.github.shashank1800" name="com-shahankbhat-recyclergenericadapter" rev="1.4">
<artifact name="com-shahankbhat-recyclergenericadapter" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.shashank1800', module='com-shahankbhat-recyclergenericadapter', version='1.4')
)
libraryDependencies += "io.github.shashank1800" % "com-shahankbhat-recyclergenericadapter" % "1.4"
[io.github.shashank1800/com-shahankbhat-recyclergenericadapter "1.4"]