From 5c94e9826907b56e34a079957e32d97f4b85005c Mon Sep 17 00:00:00 2001 From: lensferno Date: Sun, 22 Jan 2023 11:23:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dea208..1102af8 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,12 @@ JDK版本:1.8及以上,推荐JDK 11及以上 ## 使用到的开源库 -> 待补充,先留个坑 +- HTML解析:[jsoup](https://jsoup.org/license) (MIT License) +- Json解析:[jackson](https://github.com/FasterXML) (Apache License 2.0) +- 代码简化:[lombok](https://projectlombok.org/) (MIT License) +- 日志输出:[slf4j](https://www.slf4j.org/) (MIT License) +- 各种工具:[guava](https://guava.dev/) (Apache License 2.0) +- 编解码库:[apache commons codec](https://commons.apache.org/proper/commons-codec/) (Apache License 2.0) ## 开源协议