is not current version
Last Version 1.0.4

com.arronlong:httpclientutil 1.0

基于HttpClient-4.4.1封装的工具类。支持插件式配置Header、插件式配置httpclient对象,这样就可以方便地自定义header信息、配置ssl、配置proxy、Cookie等

Categories

Categories

CLI User Interface
GroupId

GroupId

com.arronlong
ArtifactId

ArtifactId

httpclientutil
Version

Version

1.0
Type

Type

jar

Download httpclientutil 1.0


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