o

okhttp3-integration

An integration library to use OkHttp 3.x to fetch data over http/https in Glide
https://github.com/bumptech/glide
Simplified BSD License The Apache Software License, Version 2.0
Sam Judd
Files download
File Operation
okhttp3-integration-4.0.0-RC1.jar download
okhttp3-integration-4.0.0-RC1.pom download
okhttp3-integration-4.0.0-RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.bumptech.glide</groupId>
  <artifactId>okhttp3-integration</artifactId>
  <version>4.0.0-RC1</version>
</dependency>
Gradle Groovy
implementation 'com.github.bumptech.glide:okhttp3-integration:4.0.0-RC1'
Gradle Kotlin
implementation("com.github.bumptech.glide:okhttp3-integration:4.0.0-RC1")
Scala SBT
libraryDependencies += "com.github.bumptech.glide" % "okhttp3-integration" % "4.0.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.bumptech.glide', module='okhttp3-integration', version='4.0.0-RC1')
)
Apache Ivy
<dependency org="com.github.bumptech.glide" name="okhttp3-integration" rev="4.0.0-RC1" />
Leiningen
[com.github.bumptech.glide/okhttp3-integration "4.0.0-RC1"]
Apache Buildr
'com.github.bumptech.glide:okhttp3-integration:jar:4.0.0-RC1'