is not current version
Last Version 3.3.6

com.growingio.android:okhttp3 3.2.1

An integration library to use OkHttp 3.x to fetch data over http/https in GrowingIO Tracker Sdk.

GroupId

GroupId

com.growingio.android
ArtifactId

ArtifactId

okhttp3
Version

Version

3.2.1
Type

Type

aar

Download okhttp3 3.2.1


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