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