| Categories | 
                CategoriesSquare Business Logic Libraries Financial | 
        
|---|---|
| GroupId | GroupIdcom.squareup.okhttp3 | 
    
| ArtifactId | ArtifactIdmockwebserver | 
    
| Version | Version4.0.0-alpha01 | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| mockwebserver-4.0.0-alpha01.pom | |
| mockwebserver-4.0.0-alpha01.jar | 56 KB | 
| mockwebserver-4.0.0-alpha01-sources.jar | 23 KB | 
| mockwebserver-4.0.0-alpha01-javadoc.jar | 104 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.squareup.okhttp3/mockwebserver/ -->
<dependency>
    <groupId>com.squareup.okhttp3</groupId>
    <artifactId>mockwebserver</artifactId>
    <version>4.0.0-alpha01</version>
</dependency>
                // https://jarcasting.com/artifacts/com.squareup.okhttp3/mockwebserver/
implementation 'com.squareup.okhttp3:mockwebserver:4.0.0-alpha01'
                // https://jarcasting.com/artifacts/com.squareup.okhttp3/mockwebserver/
implementation ("com.squareup.okhttp3:mockwebserver:4.0.0-alpha01")
                'com.squareup.okhttp3:mockwebserver:jar:4.0.0-alpha01'
                <dependency org="com.squareup.okhttp3" name="mockwebserver" rev="4.0.0-alpha01">
  <artifact name="mockwebserver" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.squareup.okhttp3', module='mockwebserver', version='4.0.0-alpha01')
)
                libraryDependencies += "com.squareup.okhttp3" % "mockwebserver" % "4.0.0-alpha01"
                [com.squareup.okhttp3/mockwebserver "4.0.0-alpha01"]