w

wiremock

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