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