w

wiremock-standalone

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