文件下载
文件名 操作
okhttp-ws-3.4.2.jar 下载
okhttp-ws-3.4.2.pom 下载
okhttp-ws-3.4.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.squareup.okhttp3</groupId>
  <artifactId>okhttp-ws</artifactId>
  <version>3.4.2</version>
</dependency>
Gradle Groovy
implementation 'com.squareup.okhttp3:okhttp-ws:3.4.2'
Gradle Kotlin
implementation("com.squareup.okhttp3:okhttp-ws:3.4.2")
Scala SBT
libraryDependencies += "com.squareup.okhttp3" % "okhttp-ws" % "3.4.2"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup.okhttp3', module='okhttp-ws', version='3.4.2')
)
Apache Ivy
<dependency org="com.squareup.okhttp3" name="okhttp-ws" rev="3.4.2" />
Leiningen
[com.squareup.okhttp3/okhttp-ws "3.4.2"]
Apache Buildr
'com.squareup.okhttp3:okhttp-ws:jar:3.4.2'