e

epoxy-paging3

Epoxy is a system for composing complex screens with a ReyclerView in Android.
https://github.com/airbnb/epoxy
Apache License 2.0
Airbnb
Files download
File Operation
epoxy-paging3-4.4.3.pom download
epoxy-paging3-4.4.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.airbnb.android</groupId>
  <artifactId>epoxy-paging3</artifactId>
  <version>4.4.3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.airbnb.android:epoxy-paging3:4.4.3'
Gradle Kotlin
implementation("com.airbnb.android:epoxy-paging3:4.4.3")
Scala SBT
libraryDependencies += "com.airbnb.android" % "epoxy-paging3" % "4.4.3"
Groovy Grape
@Grapes(
  @Grab(group='com.airbnb.android', module='epoxy-paging3', version='4.4.3')
)
Apache Ivy
<dependency org="com.airbnb.android" name="epoxy-paging3" rev="4.4.3" />
Leiningen
[com.airbnb.android/epoxy-paging3 "4.4.3"]
Apache Buildr
'com.airbnb.android:epoxy-paging3:jar:4.4.3'