MVN

com.github.bumptech.glide : cronet-integration

Maven & Gradle

Mar 13, 2023
32k stars

Glide Cronet Integration · An integration library to use Cronet to fetch data over http/https in Glide

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

Latest Version

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

  • Latest Stable: 4.15.1

All Versions

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

  • Version Updated
  • cronet-integration-4.15.1

    Mar 13, 2023
  • cronet-integration-4.15.0

    Feb 24, 2023
  • cronet-integration-4.14.2

    Oct 07, 2022
  • cronet-integration-4.14.1

    Sep 29, 2022
  • cronet-integration-4.14.0

    Sep 28, 2022
  • cronet-integration-4.13.2

    May 04, 2022
  • cronet-integration-4.13.1

    Feb 23, 2022
  • cronet-integration-4.13.0

    Feb 08, 2022
  • cronet-integration-4.12.0

    Jan 29, 2021

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.bumptech.glide</groupId>
    <artifactId>cronet-integration</artifactId>
    <version>4.15.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.bumptech.glide:cronet-integration:4.15.1'

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

implementation("com.github.bumptech.glide:cronet-integration:4.15.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.bumptech.glide" % "cronet-integration" % "4.15.1"