is not current version
Last Version 3.5.1-jdk11

com.weicoder:httpclient 3.4.8


Categories

Categories

CLI User Interface
GroupId

GroupId

com.weicoder
ArtifactId

ArtifactId

httpclient
Version

Version

3.4.8
Type

Type

jar

Download httpclient 3.4.8


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