MVN

com.facebook.fresco : ui-common

Maven & Gradle

Mar 20, 2023
12 usages
17k stars

UiCommon · Common Fresco UI utils

<dependency>
    <groupId>com.facebook.fresco</groupId>
    <artifactId>ui-common</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.0

All Versions

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

Version Vulnerabilities Updated
3.0.x
ui-common-3.0.0
2.6.x
ui-common-2.6.0
2.5.x
ui-common-2.5.0
2.3.x
ui-common-2.3.0
2.2.x
ui-common-2.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.facebook.fresco</groupId>
    <artifactId>ui-common</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.facebook.fresco:ui-common:3.0.0'

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

implementation("com.facebook.fresco:ui-common:3.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.facebook.fresco" % "ui-common" % "3.0.0"

Advertisement

Dependencies from Group

Mar 20, 2023
66 usages
17k stars
Mar 20, 2023
37 usages
17k stars
Mar 20, 2023
21 usages
17k stars
Mar 20, 2023
19 usages
17k stars
Mar 20, 2023
16 usages
17k stars

Discover Dependencies