| License |
License
The Apache Software License, Version 2.0
|
|---|---|
| Categories |
CategoriesWire Data Data Structures |
| GroupId | GroupIdcom.github.tomakehurst |
| ArtifactId | ArtifactIdwiremock-standalone |
| 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-standalone-2.27.2.pom | |
| wiremock-standalone-2.27.2.jar | 12 MB |
| wiremock-standalone-2.27.2-sources.jar | 445 KB |
| wiremock-standalone-2.27.2-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.tomakehurst/wiremock-standalone/ -->
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-standalone</artifactId>
<version>2.27.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomakehurst/wiremock-standalone/
implementation 'com.github.tomakehurst:wiremock-standalone:2.27.2'
// https://jarcasting.com/artifacts/com.github.tomakehurst/wiremock-standalone/
implementation ("com.github.tomakehurst:wiremock-standalone:2.27.2")
'com.github.tomakehurst:wiremock-standalone:jar:2.27.2'
<dependency org="com.github.tomakehurst" name="wiremock-standalone" rev="2.27.2">
<artifact name="wiremock-standalone" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tomakehurst', module='wiremock-standalone', version='2.27.2')
)
libraryDependencies += "com.github.tomakehurst" % "wiremock-standalone" % "2.27.2"
[com.github.tomakehurst/wiremock-standalone "2.27.2"]