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.12.0.jar download
okhttp3-integration-4.12.0.pom download
okhttp3-integration-4.12.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.bumptech.glide</groupId>
  <artifactId>okhttp3-integration</artifactId>
  <version>4.12.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.bumptech.glide:okhttp3-integration:4.12.0'
Gradle Kotlin
implementation("com.github.bumptech.glide:okhttp3-integration:4.12.0")
Scala SBT
libraryDependencies += "com.github.bumptech.glide" % "okhttp3-integration" % "4.12.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.bumptech.glide', module='okhttp3-integration', version='4.12.0')
)
Apache Ivy
<dependency org="com.github.bumptech.glide" name="okhttp3-integration" rev="4.12.0" />
Leiningen
[com.github.bumptech.glide/okhttp3-integration "4.12.0"]
Apache Buildr
'com.github.bumptech.glide:okhttp3-integration:jar:4.12.0'