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