MVN

com.facebook.litho : litho-fresco

Maven & Gradle

Feb 15, 2023
1 usages
7.6k stars

LithoFresco · A library for using Fresco with Litho

<dependency>
    <groupId>com.facebook.litho</groupId>
    <artifactId>litho-fresco</artifactId>
    <version>0.47.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.facebook.litho : litho-fresco to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.47.0

All Versions

Choose a version of com.facebook.litho : litho-fresco to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.47.x
litho-fresco-0.47.0
0.46.x
litho-fresco-0.46.0
0.45.x
litho-fresco-0.45.0
0.44.x
litho-fresco-0.44.0
0.43.x
litho-fresco-0.43.0
0.42.x
litho-fresco-0.42.0
0.41.x
litho-fresco-0.41.2
litho-fresco-0.41.1
litho-fresco-0.41.0
0.6.x
litho-fresco-0.6.0
0.4.x
litho-fresco-0.4.1
0.2.x
litho-fresco-0.2.0
0.1.x
litho-fresco-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.facebook.litho</groupId>
    <artifactId>litho-fresco</artifactId>
    <version>0.47.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.facebook.litho : litho-fresco gradle dependency to your build.gradle file:

implementation 'com.facebook.litho:litho-fresco:0.47.0'

Gradle Kotlin DSL: Add the following com.facebook.litho : litho-fresco gradle kotlin dependency to your build.gradle.kts file:

implementation("com.facebook.litho:litho-fresco:0.47.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.facebook.litho : litho-fresco sbt scala dependency to your build.sbt file:

libraryDependencies += "com.facebook.litho" % "litho-fresco" % "0.47.0"

Advertisement