i

imagepipeline-native

Native code for the Fresco ImagePipeline
https://github.com/facebook/fresco
MIT
facebook
Files download
File Operation
imagepipeline-native-2.5.0.pom download
imagepipeline-native-2.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.facebook.fresco</groupId>
  <artifactId>imagepipeline-native</artifactId>
  <version>2.5.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.facebook.fresco:imagepipeline-native:2.5.0'
Gradle Kotlin
implementation("com.facebook.fresco:imagepipeline-native:2.5.0")
Scala SBT
libraryDependencies += "com.facebook.fresco" % "imagepipeline-native" % "2.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.facebook.fresco', module='imagepipeline-native', version='2.5.0')
)
Apache Ivy
<dependency org="com.facebook.fresco" name="imagepipeline-native" rev="2.5.0" />
Leiningen
[com.facebook.fresco/imagepipeline-native "2.5.0"]
Apache Buildr
'com.facebook.fresco:imagepipeline-native:jar:2.5.0'