| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаcom.metamx |
| Идентификатор | Идентификаторhttp-client |
| Версия | Версия1.0.6 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| http-client-1.0.6.pom | |
| http-client-1.0.6.jar | 62 KB |
| http-client-1.0.6-tests.jar | 41 KB |
| http-client-1.0.6-sources.jar | 34 KB |
| http-client-1.0.6-javadoc.jar | 193 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.metamx/http-client/ -->
<dependency>
<groupId>com.metamx</groupId>
<artifactId>http-client</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.metamx/http-client/
implementation 'com.metamx:http-client:1.0.6'
// https://jarcasting.com/artifacts/com.metamx/http-client/
implementation ("com.metamx:http-client:1.0.6")
'com.metamx:http-client:jar:1.0.6'
<dependency org="com.metamx" name="http-client" rev="1.0.6">
<artifact name="http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.metamx', module='http-client', version='1.0.6')
)
libraryDependencies += "com.metamx" % "http-client" % "1.0.6"
[com.metamx/http-client "1.0.6"]