全部 ApiPost使用 后端 前端 接口测试 IOS Android 数据库 2022 测试技术 工具
问答 / 问答详情

导出接口的java代码里边的Request是引用的那个jar包?找不到导入的包?是什么问题啊?

ApiPost使用 后端 354次浏览

导出接口的java代码里边的Request是引用的那个jar包?找不到导入的包?是什么问题啊?导出接口的java代码里边的Request是引用的那个jar包?找不到导入的包?是什么问题啊?导出接口的java代码里边的Request是引用的那个jar包?找不到导入的包?是什么问题啊?导出接口的java代码里边的Request是引用的那个jar包?找不到导入的包?是什么问题啊? 

2 个回答

这边官网有文档的,您看一下,应该是需要下一个二进制包
http://hc.apache.org/httpcomponents-client-5.1.x/quickstart.html

<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.14</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.10</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>fluent-hc</artifactId>
<version>4.5.10</version>
</dependency>
Apipost 私有化火热进行中

撰写答案

只服务于

前后端、移动端、测试人员

提问题 发布您遇到的Bug和问题,上万名大牛和开发者来帮您解决!