12 Star 53 Fork 39

NeatLogic/neatlogic-rdm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 2.22 KB
一键复制 编辑 原始数据 按行查看 历史
zenkiray 提交于 2024-03-18 14:35 . 更新LICENSE为AGPL3.0
<!--Copyright (C) 2024 深圳极向量科技有限公司 All Rights Reserved.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.neatlogic</groupId>
<artifactId>neatlogic-parent</artifactId>
<version>[3.0.0, 4.0.0)</version>
</parent>
<artifactId>neatlogic-rdm</artifactId>
<version>0.3.0.0-SNAPSHOT</version>
<build>
<resources>
<resource>
<directory>src/main/java</directory>
<includes>
<include>**/*.xml</include>
<include>**/*.json</include>
<include>**/*.js</include>
<include>META-INF/**</include>
</includes>
</resource>
<resource>
<directory>src/main/resources</directory>
<includes>
<include>**/*.xml</include>
<include>**/*.dic</include>
<include>**/*.conf</include>
<include>**/*.txt</include>
<include>dict/**</include>
<include>neatlogic/**</include>
</includes>
</resource>
</resources>
</build>
<dependencies>
<dependency>
<groupId>com.neatlogic</groupId>
<artifactId>neatlogic-rdm-base</artifactId>
</dependency>
</dependencies>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/neat-logic/neatlogic-rdm.git
git@gitee.com:neat-logic/neatlogic-rdm.git
neat-logic
neatlogic-rdm
neatlogic-rdm
develop3.0.0

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385