не последняя версия
Последняя версия 2.27.2

com.github.tomakehurst:wiremock 2.0.10-beta

A web service test double for all occasions

Категории

Категории

Wire Данные Data Structures
Группа

Группа

com.github.tomakehurst
Идентификатор

Идентификатор

wiremock
Версия

Версия

2.0.10-beta
Тип

Тип

pom

Скачать wiremock 2.0.10-beta


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