From 6be60c0aa929a7ea2f572eeb3b24b29ea678bfe8 Mon Sep 17 00:00:00 2001 From: dazer007 Date: Tue, 20 Feb 2024 04:09:37 +0000 Subject: [PATCH] =?UTF-8?q?!1176=20Readme=E5=A2=9E=E5=8A=A0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E9=80=89=E6=8B=A9=20*=20maven=E4=BB=93=E5=BA=93?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=89=88=E6=9C=AC=20*=20hutool=20readme?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=89=88=E6=9C=AC=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 120aa652c..180c6a60f 100755 --- a/README.md +++ b/README.md @@ -78,6 +78,15 @@ - 我们努力健全**中文**注释,为源码学习者提供良好地学习环境,争取做到人人都能看得懂。 ------------------------------------------------------------------------------- +### ✨版本选择 + +Hutool目前主要版本4.x、5.x、6.x,选择如下: + +| 版本 | jdk| Maven仓库 | 主要特点 | +|-----|----|--------------------------------------------------------------------------------------------------------|-------------------------------------| +| 4.x | jdk1.7 | [cn.hutool/hutool-all/4.x](https://mvnrepository.com/artifact/cn.hutool/hutool-all/4.6.17) | jdk1.7编译 | +| 5.x | jdk1.8 | [cn.hutool/hutool-all/5.x ](https://mvnrepository.com/artifact/cn.hutool/hutool-all) | jdk1.8编译,使用JavaEE,适配JDK11、17、21 | +| 6.x | jdk1.8 | [org.dromara.hutool/hutool-all/6.x ](https://mvnrepository.com/artifact/org.dromara.hutool/hutool-all) | jdk1.8编译,使用Jakarta EE,适配JDK11、17、21 | ## 🛠️包含组件