首页 > 技术文章 > appache的httpclient的jar包依赖

gxlaqj 2019-07-26 09:25 原文

<!--Httpclient-->
<dependency>
    <groupId>org.apache.httpcomponents</groupId>
    <artifactId>httpclient</artifactId>
    <version>4.0.2</version>
</dependency>

 

推荐阅读