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