License |
License
The Apache Software License, Version 2.0
|
---|---|
Categories |
CategoriesWire Data Data Structures |
GroupId | GroupIdcom.github.tomakehurst |
ArtifactId | ArtifactIdwiremock |
Last Version | Last Version2.27.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWireMock
A web service test double for all occasions
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
wiremock-2.27.2.pom | |
wiremock-2.27.2.jar | 101 KB |
wiremock-2.27.2-standalone.jar | 4 MB |
wiremock-2.27.2-sources.jar | 72 KB |
wiremock-2.27.2-javadoc.jar | 235 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tomakehurst/wiremock/ -->
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock</artifactId>
<version>2.27.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomakehurst/wiremock/
implementation 'com.github.tomakehurst:wiremock:2.27.2'
// https://jarcasting.com/artifacts/com.github.tomakehurst/wiremock/
implementation ("com.github.tomakehurst:wiremock:2.27.2")
'com.github.tomakehurst:wiremock:jar:2.27.2'
<dependency org="com.github.tomakehurst" name="wiremock" rev="2.27.2">
<artifact name="wiremock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tomakehurst', module='wiremock', version='2.27.2')
)
libraryDependencies += "com.github.tomakehurst" % "wiremock" % "2.27.2"
[com.github.tomakehurst/wiremock "2.27.2"]