Download mock-http-server-1.2.jar file - Jar m

Jar examples for m:mock-http-server

Description

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

You can download jar file mock-http-server 1.2 in this page.

License

Apache 2

Build File

You can use the following script to add mock-http-server-1.2.jar to your project.

<dependency>
   <groupId>com.github.kristofa</groupId>
   <artifactId>mock-http-server</artifactId>
   <version>1.2</version>
</dependency>
compile group: 'com.github.kristofa', name: 'mock-http-server', version: '1.2'
libraryDependencies += "com.github.kristofa" % "mock-http-server" % "1.2"
<dependency org="com.github.kristofa" name="mock-http-server" rev="1.2"/>
@Grapes(@Grab(group='com.github.kristofa', module='mock-http-server', version='1.2'))
'com.github.kristofa:mock-http-server:jar:1.2'

Download

Click the following link to download the jar file.

mock-http-server-1.2-javadoc.jar
mock-http-server-1.2-sources.jar
mock-http-server-1.2.jar
mock-http-server-1.2.pom



Related Tutorials