Download wiremock-2.2.1.jar file - Jar w

Jar examples for w:wiremock

Description

A web service test double for all occasions

You can download jar file wiremock 2.2.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add wiremock-2.2.1.jar to your project.

<dependency>
   <groupId>com.github.tomakehurst</groupId>
   <artifactId>wiremock</artifactId>
   <version>2.2.1</version>
</dependency>
compile group: 'com.github.tomakehurst', name: 'wiremock', version: '2.2.1'
libraryDependencies += "com.github.tomakehurst" % "wiremock" % "2.2.1"
<dependency org="com.github.tomakehurst" name="wiremock" rev="2.2.1"/>
@Grapes(@Grab(group='com.github.tomakehurst', module='wiremock', version='2.2.1'))
'com.github.tomakehurst:wiremock:jar:2.2.1'

Download

Click the following link to download the jar file.

wiremock-2.2.1-javadoc.jar
wiremock-2.2.1-sources.jar
wiremock-2.2.1.jar
wiremock-2.2.1.pom



Related Tutorials