MVN

com.squareup.okhttp3 : okhttp-brotli

Maven & Gradle

Apr 23, 2023
2 usages
45.2k stars

okhttp-brotli · Square’s meticulous HTTP client for Java and Kotlin.

<dependency>
    <groupId>com.squareup.okhttp3</groupId>
    <artifactId>okhttp-brotli</artifactId>
    <version>4.11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.squareup.okhttp3 : okhttp-brotli to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.11.0
  • Latest Release Candidate: 4.10.0-RC1
  • Latest Alpha: 5.0.0-alpha.11

All Versions

Choose a version of com.squareup.okhttp3 : okhttp-brotli to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
okhttp-brotli-5.0.0-alpha.11
okhttp-brotli-5.0.0-alpha.10
okhttp-brotli-5.0.0-alpha.9
okhttp-brotli-5.0.0-alpha.8
okhttp-brotli-5.0.0-alpha.7
okhttp-brotli-5.0.0-alpha.6
okhttp-brotli-5.0.0-alpha.5
okhttp-brotli-5.0.0-alpha.4
okhttp-brotli-5.0.0-alpha.3
okhttp-brotli-5.0.0-alpha.2
okhttp-brotli-5.0.0-alpha.1
4.11.x
okhttp-brotli-4.11.0
4.10.x
okhttp-brotli-4.10.0
okhttp-brotli-4.10.0-RC1
4.9.x
okhttp-brotli-4.9.3
okhttp-brotli-4.9.2
okhttp-brotli-4.9.1
okhttp-brotli-4.9.0
4.8.x
okhttp-brotli-4.8.1
okhttp-brotli-4.8.0
4.7.x
okhttp-brotli-4.7.2
okhttp-brotli-4.7.1
okhttp-brotli-4.7.0
4.6.x
okhttp-brotli-4.6.0
4.5.x
okhttp-brotli-4.5.0
okhttp-brotli-4.5.0-RC1
4.4.x
okhttp-brotli-4.4.1
okhttp-brotli-4.4.0
4.3.x
okhttp-brotli-4.3.1
okhttp-brotli-4.3.0
4.2.x
okhttp-brotli-4.2.2
okhttp-brotli-4.2.1
okhttp-brotli-4.2.0
4.1.x
okhttp-brotli-4.1.1
okhttp-brotli-4.1.0

How to add a dependency to Maven

Add the following com.squareup.okhttp3 : okhttp-brotli maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.squareup.okhttp3</groupId>
    <artifactId>okhttp-brotli</artifactId>
    <version>4.11.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.squareup.okhttp3 : okhttp-brotli gradle dependency to your build.gradle file:

implementation 'com.squareup.okhttp3:okhttp-brotli:4.11.0'

Gradle Kotlin DSL: Add the following com.squareup.okhttp3 : okhttp-brotli gradle kotlin dependency to your build.gradle.kts file:

implementation("com.squareup.okhttp3:okhttp-brotli:4.11.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.squareup.okhttp3 : okhttp-brotli sbt scala dependency to your build.sbt file:

libraryDependencies += "com.squareup.okhttp3" % "okhttp-brotli" % "4.11.0"

Advertisement

Dependencies from Group

Apr 23, 2023
4.8k usages
45.2k stars
Apr 23, 2023
1.3k usages
45.2k stars
Apr 23, 2023
947 usages
45.2k stars
Apr 23, 2023
221 usages
45.2k stars
Apr 23, 2023
77 usages
45.2k stars

Discover Dependencies