httpclient-util
HttpClient utils java Library. support post raw data, sign ... and easy use.
License |
License
hynnet.com
|
---|---|
Categories |
CategoriesNet CLI User Interface |
GroupId | GroupIdcom.hynnet |
ArtifactId | ArtifactIdhttpclient-util |
Last Version | Last Version1.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhynnet httpclient utils
Java实现的基础工具类库。能帮助团队快速开发出健壮的、高性能、易于维护的软件系统。
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
httpclient-util-1.3.1.pom | |
httpclient-util-1.3.1.jar | 54 KB |
httpclient-util-1.3.1-sources.jar | 535 bytes |
httpclient-util-1.3.1-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hynnet/httpclient-util/ -->
<dependency>
<groupId>com.hynnet</groupId>
<artifactId>httpclient-util</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.hynnet/httpclient-util/
implementation 'com.hynnet:httpclient-util:1.3.1'
// https://jarcasting.com/artifacts/com.hynnet/httpclient-util/
implementation ("com.hynnet:httpclient-util:1.3.1")
'com.hynnet:httpclient-util:jar:1.3.1'
<dependency org="com.hynnet" name="httpclient-util" rev="1.3.1">
<artifact name="httpclient-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hynnet', module='httpclient-util', version='1.3.1')
)
libraryDependencies += "com.hynnet" % "httpclient-util" % "1.3.1"
[com.hynnet/httpclient-util "1.3.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.7 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
HttpClient utils java Library. support post raw data, sign ... and easy use.