i

imagepipeline

The underlying image loading mechanism of the Fresco library
https://github.com/facebook/fresco
BSD License
Facebook
文件下载
文件名 操作
imagepipeline-1.8.1.pom 下载
imagepipeline-1.8.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.facebook.fresco</groupId>
  <artifactId>imagepipeline</artifactId>
  <version>1.8.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.facebook.fresco:imagepipeline:1.8.1'
Gradle Kotlin
implementation("com.facebook.fresco:imagepipeline:1.8.1")
Scala SBT
libraryDependencies += "com.facebook.fresco" % "imagepipeline" % "1.8.1"
Groovy Grape
@Grapes(
  @Grab(group='com.facebook.fresco', module='imagepipeline', version='1.8.1')
)
Apache Ivy
<dependency org="com.facebook.fresco" name="imagepipeline" rev="1.8.1" />
Leiningen
[com.facebook.fresco/imagepipeline "1.8.1"]
Apache Buildr
'com.facebook.fresco:imagepipeline:jar:1.8.1'