e

epoxy-litho

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-litho-2.16.0.pom download
epoxy-litho-2.16.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.airbnb.android</groupId>
  <artifactId>epoxy-litho</artifactId>
  <version>2.16.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.airbnb.android:epoxy-litho:2.16.0'
Gradle Kotlin
implementation("com.airbnb.android:epoxy-litho:2.16.0")
Scala SBT
libraryDependencies += "com.airbnb.android" % "epoxy-litho" % "2.16.0"
Groovy Grape
@Grapes(
  @Grab(group='com.airbnb.android', module='epoxy-litho', version='2.16.0')
)
Apache Ivy
<dependency org="com.airbnb.android" name="epoxy-litho" rev="2.16.0" />
Leiningen
[com.airbnb.android/epoxy-litho "2.16.0"]
Apache Buildr
'com.airbnb.android:epoxy-litho:jar:2.16.0'