i

imagepipeline-native

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