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