w

wiremock

A web service test double for all occasions
https://github.com/tomakehurst/wiremock
The Apache Software License, Version 2.0
Tom Akehurst
Files download
File Operation
wiremock-1.53.jar download
wiremock-1.53.pom download
wiremock-1.53-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.tomakehurst</groupId>
  <artifactId>wiremock</artifactId>
  <version>1.53</version>
</dependency>
Gradle Groovy
implementation 'com.github.tomakehurst:wiremock:1.53'
Gradle Kotlin
implementation("com.github.tomakehurst:wiremock:1.53")
Scala SBT
libraryDependencies += "com.github.tomakehurst" % "wiremock" % "1.53"
Groovy Grape
@Grapes(
  @Grab(group='com.github.tomakehurst', module='wiremock', version='1.53')
)
Apache Ivy
<dependency org="com.github.tomakehurst" name="wiremock" rev="1.53" />
Leiningen
[com.github.tomakehurst/wiremock "1.53"]
Apache Buildr
'com.github.tomakehurst:wiremock:jar:1.53'