is not current version
Last Version 2.6.0

com.facebook.fresco:imagepipeline 0.6.1

The underlying image loading mechanism of the Fresco library

GroupId

GroupId

com.facebook.fresco
ArtifactId

ArtifactId

imagepipeline
Version

Version

0.6.1
Type

Type

aar

Download imagepipeline 0.6.1


<!-- https://jarcasting.com/artifacts/com.facebook.fresco/imagepipeline/ -->
<dependency>
    <groupId>com.facebook.fresco</groupId>
    <artifactId>imagepipeline</artifactId>
    <version>0.6.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.fresco/imagepipeline/
implementation 'com.facebook.fresco:imagepipeline:0.6.1'
// https://jarcasting.com/artifacts/com.facebook.fresco/imagepipeline/
implementation ("com.facebook.fresco:imagepipeline:0.6.1")
'com.facebook.fresco:imagepipeline:aar:0.6.1'
<dependency org="com.facebook.fresco" name="imagepipeline" rev="0.6.1">
  <artifact name="imagepipeline" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.fresco', module='imagepipeline', version='0.6.1')
)
libraryDependencies += "com.facebook.fresco" % "imagepipeline" % "0.6.1"
[com.facebook.fresco/imagepipeline "0.6.1"]