is not current version
Last Version 4.1

com.github.kristofa:mock-http-server 1.1

Mock and Proxy HTTP Server for testing purposes. Forked from https://github.com/jharlap/mock-http-server

GroupId

GroupId

com.github.kristofa
ArtifactId

ArtifactId

mock-http-server
Version

Version

1.1
Type

Type

jar

Download mock-http-server 1.1


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