鱼C论坛

 找回密码
 立即注册
查看: 4462|回复: 0

[萌新报道] Java爬虫常用依赖

[复制链接]
发表于 2022-5-10 13:39:37 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能^_^

您需要 登录 才可以下载或查看,没有账号?立即注册

x

  1.         <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
  2.         <dependency>
  3.             <groupId>org.apache.httpcomponents</groupId>
  4.             <artifactId>httpclient</artifactId>
  5.             <version>4.5.2</version>
  6.         </dependency>

  7.         <!-- parse DOM -->
  8.         <dependency>
  9.             <groupId>org.jsoup</groupId>
  10.             <artifactId>jsoup</artifactId>
  11.             <version>1.11.3</version>
  12.         </dependency>

  13.         <dependency>
  14.             <groupId>org.apache.httpcomponents</groupId>
  15.             <artifactId>httpclient</artifactId>
  16.             <version>4.5.7</version>
  17.         </dependency>

  18.         <dependency>
  19.             <groupId>commons-io</groupId>
  20.             <artifactId>commons-io</artifactId>
  21.             <version>2.5</version>
  22.         </dependency>

  23.         <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-log4j12 -->
  24.         <dependency>
  25.             <groupId>org.slf4j</groupId>
  26.             <artifactId>slf4j-log4j12</artifactId>
  27.             <version>1.7.25</version>
  28.         <!--<scope>test</scope>-->
  29.         </dependency>
复制代码
小甲鱼最新课程 -> https://ilovefishc.com
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2025-4-24 01:16

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表