Download mock-http-server-junit-1.1.8.jar file - Jar m

Jar examples for m:mock-http-server-junit

Description

Mock HTTP Server - JUnit Rules

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

License

Apache 2

Build File

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

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

Download

Click the following link to download the jar file.

mock-http-server-junit-1.1.8-javadoc.jar
mock-http-server-junit-1.1.8-sources.jar
mock-http-server-junit-1.1.8.jar
mock-http-server-junit-1.1.8.pom



Related Tutorials