新特性:新增hutool-ai模块

This commit is contained in:
choweli
2025-03-19 15:31:36 +08:00
parent bb4491b48e
commit e118864530
45 changed files with 3297 additions and 0 deletions

View File

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