配置httpclient(HTTP协议的客户端编程工具包)
Posted yikuan-919
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了配置httpclient(HTTP协议的客户端编程工具包)相关的知识,希望对你有一定的参考价值。
<properties> <httpclient.version>4.3.5</httpclient.version> </properties> <dependencyManagement> <dependencies> <!-- httpclient --> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>${httpclient.version}</version> </dependency> </dependencies> </dependencyManagement>
以上是关于配置httpclient(HTTP协议的客户端编程工具包)的主要内容,如果未能解决你的问题,请参考以下文章