新增hutool-ai模块

This commit is contained in:
choweli
2025-05-13 11:06:40 +08:00
parent 6f346fc9a1
commit 87b69cf076
54 changed files with 4217 additions and 5 deletions

View File

@@ -113,6 +113,11 @@
<artifactId>hutool-jwt</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-ai</artifactId>
<version>${project.parent.version}</version>
</dependency>
</dependencies>
<build>