1 Star 1 Fork 13

魏国杭 / EasyExam

forked from bestick / EasyExam 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
bestick 提交于 2016-04-24 16:52 . finish pj structure
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>cn.bestick</groupId>
<artifactId>EasyExam</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<name>EasyExam</name>
<url>http://www.bestick.cn</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<modules>
<module>portal</module>
<module>management</module>
<module>common</module>
<module>scoreMarker</module>
</modules>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<finalName>EasyExam</finalName>
</build>
</project>
Java
1
https://gitee.com/wei_guohang/EasyExam.git
git@gitee.com:wei_guohang/EasyExam.git
wei_guohang
EasyExam
EasyExam
master

搜索帮助