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