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