okhttp-bom

okhttp-bom

Square’s meticulous HTTP client for Java and Kotlin.
https://square.github.io/okhttp/
The Apache Software License, Version 2.0
Square, Inc.
Files download
File Operation
okhttp-bom-5.0.0-alpha.11.pom download
Apache Maven
<dependency>
  <groupId>com.squareup.okhttp3</groupId>
  <artifactId>okhttp-bom</artifactId>
  <version>5.0.0-alpha.11</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.squareup.okhttp3:okhttp-bom:5.0.0-alpha.11'
Gradle Kotlin
implementation("com.squareup.okhttp3:okhttp-bom:5.0.0-alpha.11")
Scala SBT
libraryDependencies += "com.squareup.okhttp3" % "okhttp-bom" % "5.0.0-alpha.11"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup.okhttp3', module='okhttp-bom', version='5.0.0-alpha.11')
)
Apache Ivy
<dependency org="com.squareup.okhttp3" name="okhttp-bom" rev="5.0.0-alpha.11" />
Leiningen
[com.squareup.okhttp3/okhttp-bom "5.0.0-alpha.11"]
Apache Buildr
'com.squareup.okhttp3:okhttp-bom:jar:5.0.0-alpha.11'
Dependencies
The project has no third-party dependencies