w

wiremock-jre8

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