| Категории |
КатегорииWire Данные Data Structures |
|---|---|
| Группа | Группаcom.github.tomakehurst |
| Идентификатор | Идентификаторwiremock |
| Версия | Версия2.0.10-beta |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| wiremock-2.0.10-beta.pom | |
| wiremock-2.0.10-beta.jar | 4 KB |
| wiremock-2.0.10-beta-sources.jar | 170 KB |
| wiremock-2.0.10-beta-javadoc.jar | 505 KB |
| Обзор |
<!-- 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"]