# ai **Repository Path**: jingmeicc/ai ## Basic Information - **Project Name**: ai - **Description**: ai-tools - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-07 - **Last Updated**: 2026-06-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ai Gitee 仓库地址: 当前只包含一个 Maven 子模块:`ai-common`。 ## Maven 坐标 ```xml io.gitee.jingmeicc ai-common 1.0.0 ``` ## 本地打包 在根目录执行: ```bash mvn clean install ``` 生成 jar: ```text ai-common/target/ai-common-1.0.0.jar ``` ## 提交到 Gitee ```bash git init git add . git commit -m "init ai-common module" git branch -M master git remote add origin https://gitee.com/jingmeicc/ai.git git push -u origin master ```