is not current version
Last Version 2.27.2

com.github.tomakehurst:wiremock 2.1.3-rc2

A web service test double for all occasions

Categories

Categories

Wire Data Data Structures
GroupId

GroupId

com.github.tomakehurst
ArtifactId

ArtifactId

wiremock
Version

Version

2.1.3-rc2
Type

Type

pom

Download wiremock 2.1.3-rc2


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