is not current version
Last Version 5.0.0-alpha.10

com.squareup.okhttp3:okhttp 4.0.0-alpha02

null

Categories

Categories

Square Business Logic Libraries Financial
GroupId

GroupId

com.squareup.okhttp3
ArtifactId

ArtifactId

okhttp
Version

Version

4.0.0-alpha02
Type

Type

jar

Download okhttp 4.0.0-alpha02


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