MVN

com.airbnb.android : epoxy-litho

Maven & Gradle

May 21, 2020
8.4k stars

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

<dependency>
    <groupId>com.airbnb.android</groupId>
    <artifactId>epoxy-litho</artifactId>
    <version>3.11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.airbnb.android : epoxy-litho to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.11.0
  • Latest Release Candidate: 3.0.0-rc1

All Versions

Choose a version of com.airbnb.android : epoxy-litho to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.11.x
epoxy-litho-3.11.0
3.10.x
epoxy-litho-3.10.0
3.9.x
epoxy-litho-3.9.0
3.8.x
epoxy-litho-3.8.0
3.7.x
epoxy-litho-3.7.0
3.6.x
epoxy-litho-3.6.0
3.5.x
epoxy-litho-3.5.1
epoxy-litho-3.5.0
3.4.x
epoxy-litho-3.4.2
epoxy-litho-3.4.1
epoxy-litho-3.4.0
3.3.x
epoxy-litho-3.3.1
epoxy-litho-3.3.0
3.2.x
epoxy-litho-3.2.0
3.1.x
epoxy-litho-3.1.0
3.0.x
epoxy-litho-3.0.0
epoxy-litho-3.0.0-rc1
2.19.x
epoxy-litho-2.19.0
2.18.x
epoxy-litho-2.18.0
2.17.x
epoxy-litho-2.17.0
2.16.x
epoxy-litho-2.16.4
epoxy-litho-2.16.3
epoxy-litho-2.16.2
epoxy-litho-2.16.1
epoxy-litho-2.16.0
2.15.x
epoxy-litho-2.15.1
epoxy-litho-2.15.0
2.14.x
epoxy-litho-2.14.0
2.13.x
epoxy-litho-2.13.0
2.12.x
epoxy-litho-2.12.0
2.11.x
epoxy-litho-2.11.0
2.10.x
epoxy-litho-2.10.0
2.9.x
epoxy-litho-2.9.1
epoxy-litho-2.9.0
2.8.x
epoxy-litho-2.8.0
2.7.x
epoxy-litho-2.7.3
epoxy-litho-2.7.2
epoxy-litho-2.7.1
epoxy-litho-2.7.0
2.6.x
epoxy-litho-2.6.0
2.5.x
epoxy-litho-2.5.1
epoxy-litho-2.5.0
2.4.x
epoxy-litho-2.4.0
2.3.x
epoxy-litho-2.3.0
2.2.x
epoxy-litho-2.2.0
2.1.x
epoxy-litho-2.1.0

How to add a dependency to Maven

Add the following com.airbnb.android : epoxy-litho maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.airbnb.android</groupId>
    <artifactId>epoxy-litho</artifactId>
    <version>3.11.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.airbnb.android : epoxy-litho gradle dependency to your build.gradle file:

implementation 'com.airbnb.android:epoxy-litho:3.11.0'

Gradle Kotlin DSL: Add the following com.airbnb.android : epoxy-litho gradle kotlin dependency to your build.gradle.kts file:

implementation("com.airbnb.android:epoxy-litho:3.11.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.airbnb.android : epoxy-litho sbt scala dependency to your build.sbt file:

libraryDependencies += "com.airbnb.android" % "epoxy-litho" % "3.11.0"

Advertisement

Dependencies from Group

Jul 16, 2023
91 usages
34.6k stars
May 19, 2023
18 usages
8.4k stars
Jul 11, 2023
10 usages
5.7k stars
May 19, 2023
9 usages
8.4k stars
Apr 03, 2023
6 usages
1.8k stars

Discover Dependencies