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.9.1.jar download
mockwebserver-4.9.1.pom download
mockwebserver-4.9.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.squareup.okhttp3</groupId>
  <artifactId>mockwebserver</artifactId>
  <version>4.9.1</version>
</dependency>
Gradle Groovy
implementation 'com.squareup.okhttp3:mockwebserver:4.9.1'
Gradle Kotlin
implementation("com.squareup.okhttp3:mockwebserver:4.9.1")
Scala SBT
libraryDependencies += "com.squareup.okhttp3" % "mockwebserver" % "4.9.1"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup.okhttp3', module='mockwebserver', version='4.9.1')
)
Apache Ivy
<dependency org="com.squareup.okhttp3" name="mockwebserver" rev="4.9.1" />
Leiningen
[com.squareup.okhttp3/mockwebserver "4.9.1"]
Apache Buildr
'com.squareup.okhttp3:mockwebserver:jar:4.9.1'