is not current version
Last Version 2.27.2

com.github.tomakehurst:wiremock 1.57

A web service test double for all occasions

Categories

Categories

Wire Data Data Structures
GroupId

GroupId

com.github.tomakehurst
ArtifactId

ArtifactId

wiremock
Version

Version

1.57
Type

Type

jar

Download wiremock 1.57


<!-- https://jarcasting.com/artifacts/com.github.tomakehurst/wiremock/ -->
<dependency>
    <groupId>com.github.tomakehurst</groupId>
    <artifactId>wiremock</artifactId>
    <version>1.57</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomakehurst/wiremock/
implementation 'com.github.tomakehurst:wiremock:1.57'
// https://jarcasting.com/artifacts/com.github.tomakehurst/wiremock/
implementation ("com.github.tomakehurst:wiremock:1.57")
'com.github.tomakehurst:wiremock:jar:1.57'
<dependency org="com.github.tomakehurst" name="wiremock" rev="1.57">
  <artifact name="wiremock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tomakehurst', module='wiremock', version='1.57')
)
libraryDependencies += "com.github.tomakehurst" % "wiremock" % "1.57"
[com.github.tomakehurst/wiremock "1.57"]