is not current version
Last Version 3.5.1-jdk11

com.weicoder:httpclient 3.5.1


Categories

Categories

CLI User Interface
GroupId

GroupId

com.weicoder
ArtifactId

ArtifactId

httpclient
Version

Version

3.5.1
Type

Type

jar

Download httpclient 3.5.1


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