Download smock-http-client-0.5.jar file - Jar s

Jar examples for s:smock-http-client

Description

Classes to test WS client. Changes http and https JAaa protocol implementation to use mock framework.

You can download jar file smock-http-client 0.5 in this page.

Build File

You can use the following script to add smock-http-client-0.5.jar to your project.

<dependency>
   <groupId>net.javacrumbs</groupId>
   <artifactId>smock-http-client</artifactId>
   <version>0.5</version>
</dependency>
compile group: 'net.javacrumbs', name: 'smock-http-client', version: '0.5'
libraryDependencies += "net.javacrumbs" % "smock-http-client" % "0.5"
<dependency org="net.javacrumbs" name="smock-http-client" rev="0.5"/>
@Grapes(@Grab(group='net.javacrumbs', module='smock-http-client', version='0.5'))
'net.javacrumbs:smock-http-client:jar:0.5'

Download

Click the following link to download the jar file.

smock-http-client-0.5-javadoc.jar
smock-http-client-0.5-sources.jar
smock-http-client-0.5.jar
smock-http-client-0.5.pom



Related Tutorials