| Лицензия |
Лицензия
The Apache Software License, Version 2.0
|
|---|---|
| Категории |
КатегорииWire Данные Data Structures |
| Группа | Группаcom.github.tomakehurst |
| Идентификатор | Идентификаторwiremock |
| Последняя версия | Последняя версия2.27.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеWireMock
A web service test double for all occasions
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| wiremock-2.27.2.pom | |
| wiremock-2.27.2.jar | 101 KB |
| wiremock-2.27.2-standalone.jar | 4 MB |
| wiremock-2.27.2-sources.jar | 72 KB |
| wiremock-2.27.2-javadoc.jar | 235 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.tomakehurst/wiremock/ -->
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock</artifactId>
<version>2.27.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomakehurst/wiremock/
implementation 'com.github.tomakehurst:wiremock:2.27.2'
// https://jarcasting.com/artifacts/com.github.tomakehurst/wiremock/
implementation ("com.github.tomakehurst:wiremock:2.27.2")
'com.github.tomakehurst:wiremock:jar:2.27.2'
<dependency org="com.github.tomakehurst" name="wiremock" rev="2.27.2">
<artifact name="wiremock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tomakehurst', module='wiremock', version='2.27.2')
)
libraryDependencies += "com.github.tomakehurst" % "wiremock" % "2.27.2"
[com.github.tomakehurst/wiremock "2.27.2"]