<dependency> <groupId>com.squareup.okhttp</groupId> <artifactId>mockwebserver</artifactId> <version>2.7.5</version> </dependency>
implementation 'com.squareup.okhttp:mockwebserver:2.7.5'
implementation("com.squareup.okhttp:mockwebserver:2.7.5")
libraryDependencies += "com.squareup.okhttp" % "mockwebserver" % "2.7.5"
@Grapes( @Grab(group='com.squareup.okhttp', module='mockwebserver', version='2.7.5') )
<dependency org="com.squareup.okhttp" name="mockwebserver" rev="2.7.5" />
[com.squareup.okhttp/mockwebserver "2.7.5"]
'com.squareup.okhttp:mockwebserver:jar:2.7.5'
<parent> <groupId>com.squareup.okhttp</groupId> <artifactId>parent</artifactId> <version>2.7.5</version> </parent>
compile
|-- com.squareup.okhttp:okhttp
|-- com.squareup.okhttp:okhttp-ws
|-- org.bouncycastle:bcprov-jdk15on
|-- junit:junit
test
|-- com.squareup.okhttp:okhttp-testing-support