License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.arronlong |
ArtifactId | ArtifactIdhttpclientutil |
Version | Version1.0.4 |
Type | Typejar |
Description |
Descriptionhttpclientutil
基于HttpClient-4.4.1封装的工具类。支持插件式配置Header、插件式配置httpclient对象,这样就可以方便地自定义header信息、配置ssl、配置proxy、Cookie等
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
httpclientutil-1.0.4.pom | |
httpclientutil-1.0.4.jar | 46 KB |
httpclientutil-1.0.4-sources.jar | 32 KB |
httpclientutil-1.0.4-javadoc.jar | 174 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.arronlong/httpclientutil/ -->
<dependency>
<groupId>com.arronlong</groupId>
<artifactId>httpclientutil</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.arronlong/httpclientutil/
implementation 'com.arronlong:httpclientutil:1.0.4'
// https://jarcasting.com/artifacts/com.arronlong/httpclientutil/
implementation ("com.arronlong:httpclientutil:1.0.4")
'com.arronlong:httpclientutil:jar:1.0.4'
<dependency org="com.arronlong" name="httpclientutil" rev="1.0.4">
<artifact name="httpclientutil" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.arronlong', module='httpclientutil', version='1.0.4')
)
libraryDependencies += "com.arronlong" % "httpclientutil" % "1.0.4"
[com.arronlong/httpclientutil "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.8 |
org.apache.httpcomponents : httpclient | jar | 4.4.1 |
org.apache.httpcomponents : httpmime | jar | 4.4.1 |
org.apache.httpcomponents : httpasyncclient | jar | 4.1 |
log4j : log4j | jar | 1.2.17 |