не последняя версия
Последняя версия 3.1.1

com.github.thepacific:adapter 3.0.2

A quick adapter library for RecyclerView, GridView, ListView, ViewPager, Spinner.

Группа

Группа

com.github.thepacific
Идентификатор

Идентификатор

adapter
Версия

Версия

3.0.2
Тип

Тип

aar

Скачать adapter 3.0.2


<!-- https://jarcasting.com/artifacts/com.github.thepacific/adapter/ -->
<dependency>
    <groupId>com.github.thepacific</groupId>
    <artifactId>adapter</artifactId>
    <version>3.0.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.thepacific/adapter/
implementation 'com.github.thepacific:adapter:3.0.2'
// https://jarcasting.com/artifacts/com.github.thepacific/adapter/
implementation ("com.github.thepacific:adapter:3.0.2")
'com.github.thepacific:adapter:aar:3.0.2'
<dependency org="com.github.thepacific" name="adapter" rev="3.0.2">
  <artifact name="adapter" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.thepacific', module='adapter', version='3.0.2')
)
libraryDependencies += "com.github.thepacific" % "adapter" % "3.0.2"
[com.github.thepacific/adapter "3.0.2"]