MVN

com.github.bumptech.glide : okhttp4-integration

Maven & Gradle

Aug 21, 2023
34.3k stars

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

<dependency>
    <groupId>com.github.bumptech.glide</groupId>
    <artifactId>okhttp4-integration</artifactId>
    <version>4.16.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.bumptech.glide : okhttp4-integration to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.16.0

All Versions

Choose a version of com.github.bumptech.glide : okhttp4-integration to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.16.x
okhttp4-integration-4.16.0
4.15.x
okhttp4-integration-4.15.1
okhttp4-integration-4.15.0

How to add a dependency to Maven

Add the following com.github.bumptech.glide : okhttp4-integration maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.bumptech.glide</groupId>
    <artifactId>okhttp4-integration</artifactId>
    <version>4.16.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.bumptech.glide : okhttp4-integration gradle dependency to your build.gradle file:

implementation 'com.github.bumptech.glide:okhttp4-integration:4.16.0'

Gradle Kotlin DSL: Add the following com.github.bumptech.glide : okhttp4-integration gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.bumptech.glide:okhttp4-integration:4.16.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.bumptech.glide : okhttp4-integration sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.bumptech.glide" % "okhttp4-integration" % "4.16.0"