httpclient-util
HttpClient utils java Library. support post raw data, sign ... and easy use.
License |
License
hynnet.com
|
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcom.hynnet |
ArtifactId | ArtifactIdhynnet |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionhynnet
Java实现的、在商业化系统实际使用的类库及组件库。能帮助团队快速开发出健壮的、高性能、易于维护的软件系统。
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hynnet-1.3.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hynnet/hynnet/ -->
<dependency>
<groupId>com.hynnet</groupId>
<artifactId>hynnet</artifactId>
<version>1.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hynnet/hynnet/
implementation 'com.hynnet:hynnet:1.3.0'
// https://jarcasting.com/artifacts/com.hynnet/hynnet/
implementation ("com.hynnet:hynnet:1.3.0")
'com.hynnet:hynnet:pom:1.3.0'
<dependency org="com.hynnet" name="hynnet" rev="1.3.0">
<artifact name="hynnet" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hynnet', module='hynnet', version='1.3.0')
)
libraryDependencies += "com.hynnet" % "hynnet" % "1.3.0"
[com.hynnet/hynnet "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
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.