is not current version
Last Version 1.1.9

com.github.httpmock:mock-http-server 1.1.8

Mock HTTP Server

GroupId

GroupId

com.github.httpmock
ArtifactId

ArtifactId

mock-http-server
Version

Version

1.1.8
Type

Type

pom

Download mock-http-server 1.1.8


<!-- https://jarcasting.com/artifacts/com.github.httpmock/mock-http-server/ -->
<dependency>
    <groupId>com.github.httpmock</groupId>
    <artifactId>mock-http-server</artifactId>
    <version>1.1.8</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.httpmock/mock-http-server/
implementation 'com.github.httpmock:mock-http-server:1.1.8'
// https://jarcasting.com/artifacts/com.github.httpmock/mock-http-server/
implementation ("com.github.httpmock:mock-http-server:1.1.8")
'com.github.httpmock:mock-http-server:pom:1.1.8'
<dependency org="com.github.httpmock" name="mock-http-server" rev="1.1.8">
  <artifact name="mock-http-server" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.httpmock', module='mock-http-server', version='1.1.8')
)
libraryDependencies += "com.github.httpmock" % "mock-http-server" % "1.1.8"
[com.github.httpmock/mock-http-server "1.1.8"]