License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.arronlong.httpclientutil |
ArtifactId | ArtifactIdhttpclientutil |
Version | Version1.0 |
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.pom | |
httpclientutil-1.0.jar | 44 KB |
httpclientutil-1.0-sources.jar | 30 KB |
httpclientutil-1.0-javadoc.jar | 167 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.arronlong.httpclientutil/httpclientutil/ -->
<dependency>
<groupId>com.arronlong.httpclientutil</groupId>
<artifactId>httpclientutil</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.arronlong.httpclientutil/httpclientutil/
implementation 'com.arronlong.httpclientutil:httpclientutil:1.0'
// https://jarcasting.com/artifacts/com.arronlong.httpclientutil/httpclientutil/
implementation ("com.arronlong.httpclientutil:httpclientutil:1.0")
'com.arronlong.httpclientutil:httpclientutil:jar:1.0'
<dependency org="com.arronlong.httpclientutil" name="httpclientutil" rev="1.0">
<artifact name="httpclientutil" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.arronlong.httpclientutil', module='httpclientutil', version='1.0')
)
libraryDependencies += "com.arronlong.httpclientutil" % "httpclientutil" % "1.0"
[com.arronlong.httpclientutil/httpclientutil "1.0"]
Group / Artifact | Type | Version |
---|---|---|
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 |