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