is not current version
Last Version 5.0.0-alpha.10

com.squareup.okhttp3:okhttp 3.14.9


Categories

Categories

Square Business Logic Libraries Financial
GroupId

GroupId

com.squareup.okhttp3
ArtifactId

ArtifactId

okhttp
Version

Version

3.14.9
Type

Type

jar

Download okhttp 3.14.9


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