Download fresco-1.3.0.jar file - Jar f

Jar examples for f:fresco

Description

A system to load and display images and manage their memory on Android

You can download jar file fresco 1.3.0 in this page.

License

BSD License

Build File

You can use the following script to add fresco-1.3.0.jar to your project.

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

Download

Click the following link to download the jar file.

fresco-1.3.0-javadoc.jar
fresco-1.3.0-sources.jar
fresco-1.3.0.pom



Related Tutorials