| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.thepacific |
| Идентификатор | Идентификаторadapter |
| Последняя версия | Последняя версия3.1.1 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
Описаниеadapter
A quick adapter library for RecyclerView, GridView, ListView, ViewPager, Spinner.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| adapter-3.1.1.pom | |
| adapter-3.1.1.aar | 45 KB |
| adapter-3.1.1-sources.jar | 24 KB |
| adapter-3.1.1-javadoc.jar | 97 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.thepacific/adapter/ -->
<dependency>
<groupId>com.github.thepacific</groupId>
<artifactId>adapter</artifactId>
<version>3.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.thepacific/adapter/
implementation 'com.github.thepacific:adapter:3.1.1'
// https://jarcasting.com/artifacts/com.github.thepacific/adapter/
implementation ("com.github.thepacific:adapter:3.1.1")
'com.github.thepacific:adapter:aar:3.1.1'
<dependency org="com.github.thepacific" name="adapter" rev="3.1.1">
<artifact name="adapter" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.thepacific', module='adapter', version='3.1.1')
)
libraryDependencies += "com.github.thepacific" % "adapter" % "3.1.1"
[com.github.thepacific/adapter "3.1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| androidx.databinding » viewbinding | jar | 4.2.2 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.20 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-parcelize-runtime | jar | 1.5.20 |
| androidx.recyclerview » recyclerview | jar | 1.2.1 |