Download imagepipeline-1.3.0.jar file - Jar i

Jar examples for i:imagepipeline

Description

The underlying image loading mechanism of the Fresco library

You can download jar file imagepipeline 1.3.0 in this page.

License

BSD License

Build File

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

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

Download

Click the following link to download the jar file.

imagepipeline-1.3.0-javadoc.jar
imagepipeline-1.3.0-sources.jar
imagepipeline-1.3.0.pom



Related Tutorials