is not current version
Last Version 5.0.0-alpha.10

com.squareup.okhttp3:okhttp-bom 4.7.2

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.7.2
Type

Type

pom

Download okhttp-bom 4.7.2


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