e

epoxy-annotations

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