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