не последняя версия
Последняя версия 3.5.1-jdk11

com.weicoder:httpclient 3.5.1-jdk8


Категории

Категории

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

Группа

com.weicoder
Идентификатор

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

httpclient
Версия

Версия

3.5.1-jdk8
Тип

Тип

jar

Скачать httpclient 3.5.1-jdk8


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