i

imagepipeline-okhttp3

An integration library to use OkHttp 3 as the networking layer in ImagePipeline
https://github.com/facebook/fresco
MIT
facebook
Files download
File Operation
imagepipeline-okhttp3-2.5.0.pom download
imagepipeline-okhttp3-2.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.facebook.fresco</groupId>
  <artifactId>imagepipeline-okhttp3</artifactId>
  <version>2.5.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.facebook.fresco:imagepipeline-okhttp3:2.5.0'
Gradle Kotlin
implementation("com.facebook.fresco:imagepipeline-okhttp3:2.5.0")
Scala SBT
libraryDependencies += "com.facebook.fresco" % "imagepipeline-okhttp3" % "2.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.facebook.fresco', module='imagepipeline-okhttp3', version='2.5.0')
)
Apache Ivy
<dependency org="com.facebook.fresco" name="imagepipeline-okhttp3" rev="2.5.0" />
Leiningen
[com.facebook.fresco/imagepipeline-okhttp3 "2.5.0"]
Apache Buildr
'com.facebook.fresco:imagepipeline-okhttp3:jar:2.5.0'