<dependency> <groupId>io.fabric8</groupId> <artifactId>mockwebserver</artifactId> <version>6.10.0</version> </dependency>
implementation 'io.fabric8:mockwebserver:6.10.0'
implementation("io.fabric8:mockwebserver:6.10.0")
libraryDependencies += "io.fabric8" % "mockwebserver" % "6.10.0"
@Grapes( @Grab(group='io.fabric8', module='mockwebserver', version='6.10.0') )
<dependency org="io.fabric8" name="mockwebserver" rev="6.10.0" />
[io.fabric8/mockwebserver "6.10.0"]
'io.fabric8:mockwebserver:jar:6.10.0'
<parent> <groupId>io.fabric8</groupId> <artifactId>kubernetes-client-project</artifactId> <version>6.10.0</version> </parent>
compile
|-- com.squareup.okhttp3:mockwebserver
|-- com.fasterxml.jackson.core:jackson-databind
|-- io.fabric8:zjsonpatch
test
|-- io.vertx:vertx-web-client
|-- io.vertx:vertx-uri-template
|-- org.spockframework:spock-core