| Группа | Группаcom.github.httpmock |
|---|---|
| Идентификатор | Идентификаторmock-http-server |
| Версия | Версия1.1.4 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| mock-http-server-1.1.4.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.httpmock/mock-http-server/ -->
<dependency>
<groupId>com.github.httpmock</groupId>
<artifactId>mock-http-server</artifactId>
<version>1.1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.httpmock/mock-http-server/
implementation 'com.github.httpmock:mock-http-server:1.1.4'
// https://jarcasting.com/artifacts/com.github.httpmock/mock-http-server/
implementation ("com.github.httpmock:mock-http-server:1.1.4")
'com.github.httpmock:mock-http-server:pom:1.1.4'
<dependency org="com.github.httpmock" name="mock-http-server" rev="1.1.4">
<artifact name="mock-http-server" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.httpmock', module='mock-http-server', version='1.1.4')
)
libraryDependencies += "com.github.httpmock" % "mock-http-server" % "1.1.4"
[com.github.httpmock/mock-http-server "1.1.4"]