| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdtop.hmtools | 
| ArtifactId | ArtifactIdHttpClientManager | 
| Last Version | Last Version0.0.1.20180309 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionHttpClientManager 模拟HTTP客户端方式访问网络资源 | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/top.hmtools/HttpClientManager/ -->
<dependency>
    <groupId>top.hmtools</groupId>
    <artifactId>HttpClientManager</artifactId>
    <version>0.0.1.20180309</version>
</dependency>// https://jarcasting.com/artifacts/top.hmtools/HttpClientManager/
implementation 'top.hmtools:HttpClientManager:0.0.1.20180309'// https://jarcasting.com/artifacts/top.hmtools/HttpClientManager/
implementation ("top.hmtools:HttpClientManager:0.0.1.20180309")'top.hmtools:HttpClientManager:jar:0.0.1.20180309'<dependency org="top.hmtools" name="HttpClientManager" rev="0.0.1.20180309">
  <artifact name="HttpClientManager" type="jar" />
</dependency>@Grapes(
@Grab(group='top.hmtools', module='HttpClientManager', version='0.0.1.20180309')
)libraryDependencies += "top.hmtools" % "HttpClientManager" % "0.0.1.20180309"[top.hmtools/HttpClientManager "0.0.1.20180309"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure | jar | 1.5.6.RELEASE | 
| org.springframework.boot : spring-boot-starter | jar | 1.5.6.RELEASE | 
| org.apache.httpcomponents : httpclient | jar | 4.5.5 |