is not current version
Last Version 5.0.0-alpha.10

com.squareup.okhttp3:okhttp-bom 4.5.0-RC1

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

4.5.0-RC1
Type

Type

pom

Download okhttp-bom 4.5.0-RC1


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