From 31485b58122938af7a049394348b970ee7ca98a8 Mon Sep 17 00:00:00 2001 From: inter Date: Thu, 4 Sep 2025 14:09:49 +0800 Subject: [PATCH] Add File --- pom.xml | 126 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..c707948 --- /dev/null +++ b/pom.xml @@ -0,0 +1,126 @@ + + + + 4.0.0 + + org.dromara.easyai + easyAi + 1.4.9 + + easyAi + EasyAi无任何依赖,它是一个原生Java人工智能算法框架。首先,它可以Maven一键丝滑引入我们的Java项目,无需任何额外的环境配置与依赖,做到开箱即用。再者,它既有一些我们已经封装好的图像目标检测及人工智能客服的模块,也提供各种深度学习,机器学习,强化学习,启发式学习,矩阵运算等底层算法工具。开发者可以通过简单的学习,就能完成根据自身业务,深度开发符合自己业务的小微模型。 + + https://gitee.com/dromara/easyAi.git + + + The Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + lidapeng + lidapeng + 794757862@qq.com + + + + + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + scm:git:git://gitee.com/dromara/easyAi.git + scm:git:ssh://gitee.com/dromara/easyAi.git + https://gitee.com/dromara/easyAi + + + UTF-8 + 1.8 + 1.8 + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + + jar + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.2.0 + + ${java.home}/bin/javadoc + + -Xdoclint:none + + + + + attach-javadocs + + jar + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.2.5 + + + sign-artifacts + verify + + sign + + + + --pinentry-mode + loopback + + + + + + + + org.sonatype.central + central-publishing-maven-plugin + 0.5.0 + true + + central + true + + + + +