GroupId | GroupIdcom.growingio.android |
---|---|
ArtifactId | ArtifactIdokhttp3 |
Version | Version3.2.1 |
Type | Typeaar |
Filename | Size |
---|---|
okhttp3-3.2.1.pom | |
okhttp3-3.2.1.aar | 7 KB |
okhttp3-3.2.1-sources.jar | 5 KB |
Browse |
<!-- 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"]