【HttpClient4.5中文教程】二.构建开发环境

x33g5p2x  于2021-12-28 转载在 其他  
字(0.2k)|赞(0)|评价(0)|浏览(221)

本系列教程使用maven开发,依赖为: 

<dependency>
    <groupId>org.apache.httpcomponents</groupId>
    <artifactId>httpclient</artifactId>
    <version>4.5.4</version>
</dependency>

相关文章