13 Star 1 Fork 3

TinyFramework / tinymenuframe

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 1.72 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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.tinygroup</groupId>
<artifactId>tiny</artifactId>
<version>3.4.9</version>
</parent>
<artifactId>tinymenuframe</artifactId>
<version>1.0.2-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<tiny_version>3.4.9</tiny_version>
<tinyui_version>3.0.0</tinyui_version>
<jackson_module_version>2.7.3</jackson_module_version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<organization>
<name>TinyGroup</name>
<url>http://www.tinygroup.org</url>
</organization>
<scm>
<connection>scm:git:git@http://git.oschina.net/tinyframework/tinymenuframe.git</connection>
<developerConnection>scm:git:http://git.oschina.net/tinyframework/tinymenuframe.git</developerConnection>
<url>http://git.oschina.net/tinyframework/tinymenuframe.git</url>
</scm>
<modules>
<module>org.tinygroup.menuframe</module>
<module>controller</module>
<module>view</module>
<module>view-uicomponent</module>
<module>web</module>
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.tinybom</artifactId>
<version>${tiny_version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
</project>
Java
1
https://gitee.com/tinyframework/tinymenuframe.git
git@gitee.com:tinyframework/tinymenuframe.git
tinyframework
tinymenuframe
tinymenuframe
master

搜索帮助