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