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