is not current version
Last Version 2.7.5

com.squareup.okhttp:mockwebserver 1.5.4


Categories

Categories

Square Business Logic Libraries Financial
GroupId

GroupId

com.squareup.okhttp
ArtifactId

ArtifactId

mockwebserver
Version

Version

1.5.4
Type

Type

jar

Download mockwebserver 1.5.4


<!-- https://jarcasting.com/artifacts/com.squareup.okhttp/mockwebserver/ -->
<dependency>
    <groupId>com.squareup.okhttp</groupId>
    <artifactId>mockwebserver</artifactId>
    <version>1.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.okhttp/mockwebserver/
implementation 'com.squareup.okhttp:mockwebserver:1.5.4'
// https://jarcasting.com/artifacts/com.squareup.okhttp/mockwebserver/
implementation ("com.squareup.okhttp:mockwebserver:1.5.4")
'com.squareup.okhttp:mockwebserver:jar:1.5.4'
<dependency org="com.squareup.okhttp" name="mockwebserver" rev="1.5.4">
  <artifact name="mockwebserver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.okhttp', module='mockwebserver', version='1.5.4')
)
libraryDependencies += "com.squareup.okhttp" % "mockwebserver" % "1.5.4"
[com.squareup.okhttp/mockwebserver "1.5.4"]