не последняя версия
Последняя версия 5.0.0-beta05

com.airbnb.android:epoxy-paging 3.4.0

Epoxy is a system for composing complex screens with a ReyclerView in Android.

Группа

Группа

com.airbnb.android
Идентификатор

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

epoxy-paging
Версия

Версия

3.4.0
Тип

Тип

aar

Скачать epoxy-paging 3.4.0


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