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