1 Star 0 Fork 5

jessyF/tinyarchetype

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
<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">
<parent>
<groupId>org.tinygroup</groupId>
<artifactId>tiny</artifactId>
<version>2.0.0</version>
</parent>
<version>2.0.2-SNAPSHOT</version>
<modelVersion>4.0.0</modelVersion>
<groupId>org.tinygroup</groupId>
<artifactId>tinyarchetype</artifactId>
<packaging>pom</packaging>
<scm>
<connection>scm:git:git@http://git.oschina.net/tinyframework/tinyarchetype.git</connection>
<developerConnection>scm:git:http://git.oschina.net/tinyframework/tinyarchetype.git</developerConnection>
<url>http://git.oschina.net/tinyframework/tinyarchetype.git</url>
</scm>
<modules>
<module>org.tinygroup.flowcomponentarchetype</module>
<module>org.tinygroup.servicecomponentarchetype</module>
<module>org.tinygroup.uicomponentarchetype</module>
<module>org.tinygroup.webappprojectarchetype</module>
<module>org.tinygroup.developarchetype</module>
</modules>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jessyf/tinyarchetype.git
git@gitee.com:jessyf/tinyarchetype.git
jessyf
tinyarchetype
tinyarchetype
master

搜索帮助