e

epoxy

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