is not current version
Last Version 5.0.0-beta05

com.airbnb.android:epoxy-paging 4.0.0-beta4

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

GroupId

GroupId

com.airbnb.android
ArtifactId

ArtifactId

epoxy-paging
Version

Version

4.0.0-beta4
Type

Type

aar

Download epoxy-paging 4.0.0-beta4


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