GroupId | GroupIdcom.facebook.fresco |
---|---|
ArtifactId | ArtifactIdimagepipeline |
Version | Version0.5.2 |
Type | Typeaar |
Filename | Size |
---|---|
imagepipeline-0.5.2.pom | |
imagepipeline-0.5.2.aar | 3 MB |
imagepipeline-0.5.2-sources.jar | 278 KB |
imagepipeline-0.5.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.fresco/imagepipeline/ -->
<dependency>
<groupId>com.facebook.fresco</groupId>
<artifactId>imagepipeline</artifactId>
<version>0.5.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.fresco/imagepipeline/
implementation 'com.facebook.fresco:imagepipeline:0.5.2'
// https://jarcasting.com/artifacts/com.facebook.fresco/imagepipeline/
implementation ("com.facebook.fresco:imagepipeline:0.5.2")
'com.facebook.fresco:imagepipeline:aar:0.5.2'
<dependency org="com.facebook.fresco" name="imagepipeline" rev="0.5.2">
<artifact name="imagepipeline" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.fresco', module='imagepipeline', version='0.5.2')
)
libraryDependencies += "com.facebook.fresco" % "imagepipeline" % "0.5.2"
[com.facebook.fresco/imagepipeline "0.5.2"]