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