804 Star 5.2K Fork 2.1K

dromara / lamp-cloud

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
最后 提交于 2023-07-06 21:44 . build: 3.10.0
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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>
<groupId>top.tangyh.lamp</groupId>
<artifactId>lamp-cloud</artifactId>
<version>3.10.0</version>
<packaging>pom</packaging>
<url>https://github.com/dromara/lamp-cloud</url>
<name>${project.artifactId}</name>
<description>lamp-cloud</description>
<licenses>
<license>
<name>Apache 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<developers>
<developer>
<name>zuihou</name>
<email>306479353@qq.com</email>
</developer>
</developers>
<modules>
<module>lamp-dependencies-parent</module>
<module>lamp-public</module>
<module>lamp-oauth</module>
<module>lamp-authority</module>
<module>lamp-tenant</module>
<module>lamp-msg</module>
<module>lamp-file</module>
<module>lamp-gateway</module>
<module>lamp-support</module>
</modules>
</project>
Java
1
https://gitee.com/dromara/lamp-cloud.git
git@gitee.com:dromara/lamp-cloud.git
dromara
lamp-cloud
lamp-cloud
master

搜索帮助