License |
License |
---|---|
GroupId | GroupIdcom.facebook.litho |
ArtifactId | ArtifactIdlitho-fresco |
Version | Version0.6.0 |
Type | Typeaar |
Description |
DescriptionLithoFresco
A library for using Fresco with Litho
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
litho-fresco-0.6.0.pom | |
litho-fresco-0.6.0.aar | 14 KB |
litho-fresco-0.6.0-sources.jar | 4 KB |
litho-fresco-0.6.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.litho/litho-fresco/ -->
<dependency>
<groupId>com.facebook.litho</groupId>
<artifactId>litho-fresco</artifactId>
<version>0.6.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.litho/litho-fresco/
implementation 'com.facebook.litho:litho-fresco:0.6.0'
// https://jarcasting.com/artifacts/com.facebook.litho/litho-fresco/
implementation ("com.facebook.litho:litho-fresco:0.6.0")
'com.facebook.litho:litho-fresco:aar:0.6.0'
<dependency org="com.facebook.litho" name="litho-fresco" rev="0.6.0">
<artifact name="litho-fresco" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.litho', module='litho-fresco', version='0.6.0')
)
libraryDependencies += "com.facebook.litho" % "litho-fresco" % "0.6.0"
[com.facebook.litho/litho-fresco "0.6.0"]
Group / Artifact | Type | Version |
---|---|---|
com.facebook.litho : litho-core | jar | 0.6.0 |
com.facebook.fresco : fresco | jar | 1.5.0 |
com.android.support » support-core-ui | jar | 25.3.1 |