org.apache.httpcomponents

时间:2021-01-21 16:31:53   收藏:0   阅读:44

http://hc.apache.org/

http://hc.apache.org/httpcomponents-asyncclient-4.1.x/index.html

http://hc.apache.org/httpcomponents-core-ga/tutorial/html/index.html

<dependency>
  <groupId>org.apache.httpcomponents</groupId>
  <artifactId>httpclient</artifactId>
  <version>4.5.13</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpasyncclient</artifactId>
<version>4.1.4</version>
</dependency>

原文:https://www.cnblogs.com/tonggc1668/p/14308454.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!