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