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