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