Download okhttp3-integration-1.4.0.jar file - Jar o

Jar examples for o:okhttp3-integration

Description

An integration library to use OkHttp 3.x to fetch data over http/https in Glide

You can download jar file okhttp3-integration 1.4.0 in this page.

License

Simplified BSD License

Build File

You can use the following script to add okhttp3-integration-1.4.0.jar to your project.

<dependency>
   <groupId>com.github.bumptech.glide</groupId>
   <artifactId>okhttp3-integration</artifactId>
   <version>1.4.0</version>
</dependency>
compile group: 'com.github.bumptech.glide', name: 'okhttp3-integration', version: '1.4.0'
libraryDependencies += "com.github.bumptech.glide" % "okhttp3-integration" % "1.4.0"
<dependency org="com.github.bumptech.glide" name="okhttp3-integration" rev="1.4.0"/>
@Grapes(@Grab(group='com.github.bumptech.glide', module='okhttp3-integration', version='1.4.0'))
'com.github.bumptech.glide:okhttp3-integration:jar:1.4.0'

Download

Click the following link to download the jar file.

okhttp3-integration-1.4.0-javadoc.jar
okhttp3-integration-1.4.0-sources.jar
okhttp3-integration-1.4.0.jar
okhttp3-integration-1.4.0.pom



Related Tutorials