Files download
File Operation
okhttp-ws-3.0.0-RC1.jar download
okhttp-ws-3.0.0-RC1.pom download
okhttp-ws-3.0.0-RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.squareup.okhttp3</groupId>
  <artifactId>okhttp-ws</artifactId>
  <version>3.0.0-RC1</version>
</dependency>
Gradle Groovy
implementation 'com.squareup.okhttp3:okhttp-ws:3.0.0-RC1'
Gradle Kotlin
implementation("com.squareup.okhttp3:okhttp-ws:3.0.0-RC1")
Scala SBT
libraryDependencies += "com.squareup.okhttp3" % "okhttp-ws" % "3.0.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup.okhttp3', module='okhttp-ws', version='3.0.0-RC1')
)
Apache Ivy
<dependency org="com.squareup.okhttp3" name="okhttp-ws" rev="3.0.0-RC1" />
Leiningen
[com.squareup.okhttp3/okhttp-ws "3.0.0-RC1"]
Apache Buildr
'com.squareup.okhttp3:okhttp-ws:jar:3.0.0-RC1'