| Категории |
КатегорииWire Данные Data Structures |
|---|---|
| Группа | Группаcom.github.tomakehurst |
| Идентификатор | Идентификаторwiremock |
| Версия | Версия2.0.3-beta |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| wiremock-2.0.3-beta.pom | |
| wiremock-2.0.3-beta.jar | 3 KB |
| wiremock-2.0.3-beta-sources.jar | 156 KB |
| wiremock-2.0.3-beta-javadoc.jar | 474 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.tomakehurst/wiremock/ -->
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock</artifactId>
<version>2.0.3-beta</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomakehurst/wiremock/
implementation 'com.github.tomakehurst:wiremock:2.0.3-beta'
// https://jarcasting.com/artifacts/com.github.tomakehurst/wiremock/
implementation ("com.github.tomakehurst:wiremock:2.0.3-beta")
'com.github.tomakehurst:wiremock:pom:2.0.3-beta'
<dependency org="com.github.tomakehurst" name="wiremock" rev="2.0.3-beta">
<artifact name="wiremock" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.tomakehurst', module='wiremock', version='2.0.3-beta')
)
libraryDependencies += "com.github.tomakehurst" % "wiremock" % "2.0.3-beta"
[com.github.tomakehurst/wiremock "2.0.3-beta"]