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.58.jar download
wiremock-1.58.pom download
wiremock-1.58-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.tomakehurst</groupId>
  <artifactId>wiremock</artifactId>
  <version>1.58</version>
</dependency>
Gradle Groovy
implementation 'com.github.tomakehurst:wiremock:1.58'
Gradle Kotlin
implementation("com.github.tomakehurst:wiremock:1.58")
Scala SBT
libraryDependencies += "com.github.tomakehurst" % "wiremock" % "1.58"
Groovy Grape
@Grapes(
  @Grab(group='com.github.tomakehurst', module='wiremock', version='1.58')
)
Apache Ivy
<dependency org="com.github.tomakehurst" name="wiremock" rev="1.58" />
Leiningen
[com.github.tomakehurst/wiremock "1.58"]
Apache Buildr
'com.github.tomakehurst:wiremock:jar:1.58'