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