Download wiremock-standalone-2.5.0.jar file - Jar w

Jar examples for w:wiremock-standalone

Description

A web service test double for all occasions

You can download jar file wiremock-standalone 2.5.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

wiremock-standalone-2.5.0-javadoc.jar
wiremock-standalone-2.5.0-sources.jar
wiremock-standalone-2.5.0.jar
wiremock-standalone-2.5.0.pom



Related Tutorials