не последняя версия
Последняя версия 1.1.6

cn.gjing:httpclient 1.1.0

http request tool

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

cn.gjing
Идентификатор

Идентификатор

httpclient
Версия

Версия

1.1.0
Тип

Тип

jar

Скачать httpclient 1.1.0


<!-- https://jarcasting.com/artifacts/cn.gjing/httpclient/ -->
<dependency>
    <groupId>cn.gjing</groupId>
    <artifactId>httpclient</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.gjing/httpclient/
implementation 'cn.gjing:httpclient:1.1.0'
// https://jarcasting.com/artifacts/cn.gjing/httpclient/
implementation ("cn.gjing:httpclient:1.1.0")
'cn.gjing:httpclient:jar:1.1.0'
<dependency org="cn.gjing" name="httpclient" rev="1.1.0">
  <artifact name="httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.gjing', module='httpclient', version='1.1.0')
)
libraryDependencies += "cn.gjing" % "httpclient" % "1.1.0"
[cn.gjing/httpclient "1.1.0"]