is not current version
Last Version 5.0.0-alpha.10

com.squareup.okhttp3:okhttp-bom 5.0.0-alpha.1

Square’s meticulous HTTP client for Java and Kotlin.

Categories

Categories

Square Business Logic Libraries Financial
GroupId

GroupId

com.squareup.okhttp3
ArtifactId

ArtifactId

okhttp-bom
Version

Version

5.0.0-alpha.1
Type

Type

pom

Download okhttp-bom 5.0.0-alpha.1


<!-- https://jarcasting.com/artifacts/com.squareup.okhttp3/okhttp-bom/ -->
<dependency>
    <groupId>com.squareup.okhttp3</groupId>
    <artifactId>okhttp-bom</artifactId>
    <version>5.0.0-alpha.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.okhttp3/okhttp-bom/
implementation 'com.squareup.okhttp3:okhttp-bom:5.0.0-alpha.1'
// https://jarcasting.com/artifacts/com.squareup.okhttp3/okhttp-bom/
implementation ("com.squareup.okhttp3:okhttp-bom:5.0.0-alpha.1")
'com.squareup.okhttp3:okhttp-bom:pom:5.0.0-alpha.1'
<dependency org="com.squareup.okhttp3" name="okhttp-bom" rev="5.0.0-alpha.1">
  <artifact name="okhttp-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.squareup.okhttp3', module='okhttp-bom', version='5.0.0-alpha.1')
)
libraryDependencies += "com.squareup.okhttp3" % "okhttp-bom" % "5.0.0-alpha.1"
[com.squareup.okhttp3/okhttp-bom "5.0.0-alpha.1"]