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