mockwebserver

mockwebserver

Square’s meticulous HTTP client for Java and Kotlin.
https://square.github.io/okhttp/
The Apache Software License, Version 2.0
Square, Inc.
Files download
File Operation
mockwebserver-4.11.0.jar download
mockwebserver-4.11.0.pom download
mockwebserver-4.11.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.squareup.okhttp3</groupId>
  <artifactId>mockwebserver</artifactId>
  <version>4.11.0</version>
</dependency>
Gradle Groovy
implementation 'com.squareup.okhttp3:mockwebserver:4.11.0'
Gradle Kotlin
implementation("com.squareup.okhttp3:mockwebserver:4.11.0")
Scala SBT
libraryDependencies += "com.squareup.okhttp3" % "mockwebserver" % "4.11.0"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup.okhttp3', module='mockwebserver', version='4.11.0')
)
Apache Ivy
<dependency org="com.squareup.okhttp3" name="mockwebserver" rev="4.11.0" />
Leiningen
[com.squareup.okhttp3/mockwebserver "4.11.0"]
Apache Buildr
'com.squareup.okhttp3:mockwebserver:jar:4.11.0'