Download epoxy-2.9.1.jar file - Jar e

Jar examples for e:epoxy

Description

Epoxy is a system for composing complex screens with a ReyclerView in Android.

You can download jar file epoxy 2.9.1 in this page.

License

Apache License 2.0

Build File

You can use the following script to add epoxy-2.9.1.jar to your project.

<dependency>
   <groupId>com.airbnb.android</groupId>
   <artifactId>epoxy</artifactId>
   <version>2.9.1</version>
</dependency>
compile group: 'com.airbnb.android', name: 'epoxy', version: '2.9.1'
libraryDependencies += "com.airbnb.android" % "epoxy" % "2.9.1"
<dependency org="com.airbnb.android" name="epoxy" rev="2.9.1"/>
@Grapes(@Grab(group='com.airbnb.android', module='epoxy', version='2.9.1'))
'com.airbnb.android:epoxy:jar:2.9.1'

Download

Click the following link to download the jar file.

epoxy-2.9.1-javadoc.jar
epoxy-2.9.1-sources.jar
epoxy-2.9.1.pom



Related Tutorials