添加依赖
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>5.4.0</version>
</dependency>
implementation 'com.squareup.okhttp3:okhttp:5.4.0'
com.squareup.okhttp3:okhttp:5.4.0
<dependency org="com.squareup.okhttp3" name="okhttp" rev="5.4.0" />
libraryDependencies += "com.squareup.okhttp3" % "okhttp" % "5.4.0"
@Grab(group='com.squareup.okhttp3', module='okhttp', version='5.4.0')
[com.squareup.okhttp3/okhttp "5.4.0"]
'com.squareup.okhttp3:okhttp:jar:5.4.0'
资源下载
| 资源类型 | Central |
|---|---|
| jar 包 | okhttp-5.4.0.jar |
| 源码包 | okhttp-5.4.0-sources.jar |