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