| License |
License |
|---|---|
| GroupId | GroupIdcom.github.kristofa |
| ArtifactId | ArtifactIdmock-http-server |
| Last Version | Last Version4.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMock 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 |
| Filename | Size |
|---|---|
| mock-http-server-4.1.pom | |
| mock-http-server-4.1.jar | 51 KB |
| mock-http-server-4.1-sources.jar | 33 KB |
| mock-http-server-4.1-javadoc.jar | 195 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
| org.mockito : mockito-core | jar | 1.8.5 |