is not current version
Last Version 4.1

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

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.3
Type

Type

jar

Download mock-http-server 1.3


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