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