Mock and Proxy Http Server

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

License

License

GroupId

GroupId

com.github.kristofa
ArtifactId

ArtifactId

mock-http-server
Last Version

Last Version

4.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/kristofa/mock-http-server

Download mock-http-server

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.simpleframework : simple jar 4.1.21
commons-io : commons-io jar 2.1
org.apache.commons : commons-lang3 jar 3.1
org.slf4j : slf4j-log4j12 jar 1.6.4
org.apache.httpcomponents : httpclient jar 4.2.5

test (2)

Group / Artifact Type Version
junit : junit jar 4.10
org.mockito : mockito-core jar 1.8.5

Project Modules

There are no modules declared in this project.

Versions

Version
4.1
4.0
3.0
2.0
1.3
1.2
1.1
1.0