is not current version
Last Version 3.13.1

com.squareup.okhttp3:okhttp-android-support 3.1.0

Classes to support the Android platform's use of OkHttp (not required for most developers).

Categories

Categories

Square Business Logic Libraries Financial
GroupId

GroupId

com.squareup.okhttp3
ArtifactId

ArtifactId

okhttp-android-support
Version

Version

3.1.0
Type

Type

jar

Download okhttp-android-support 3.1.0


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