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