<dependency> <groupId>io.fabric8</groupId> <artifactId>mockwebserver</artifactId> <version>0.0.1</version> </dependency>
implementation 'io.fabric8:mockwebserver:0.0.1'
implementation("io.fabric8:mockwebserver:0.0.1")
libraryDependencies += "io.fabric8" % "mockwebserver" % "0.0.1"
@Grapes( @Grab(group='io.fabric8', module='mockwebserver', version='0.0.1') )
<dependency org="io.fabric8" name="mockwebserver" rev="0.0.1" />
[io.fabric8/mockwebserver "0.0.1"]
'io.fabric8:mockwebserver:jar:0.0.1'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>9</version> </parent>
compile
|-- com.squareup.okhttp:mockwebserver:2.7.2
|-- com.fasterxml.jackson.core:jackson-databind:2.7.0