当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
37 Star 55 Fork 17

helyho / Vestful
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 2.32 KB
一键复制 编辑 原始数据 按行查看 历史
helyho 提交于 2017-03-14 19:11 . v1.0.rc.1
<?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>org.voovan</groupId>
<artifactId>Vestful</artifactId>
<version>1.0.rc.1</version>
<packaging>jar</packaging>
<name>Vestful</name>
<url>https://git.oschina.net/helyho/Vestful</url>
<description>Voovan is a java framwork and it not depends on any third-party framework.</description>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>org.voovan</groupId>
<artifactId>voovan-framework</artifactId>
<version>1.0</version>
</dependency>
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<organization>
<name>Vestful</name>
</organization>
<scm>
<connection>
scm:git:https://git.oschina.net/helyho/Vestful.git
</connection>
<developerConnection>
scm:git:https://git.oschina.net/helyho/Vestful.git
</developerConnection>
<url>https://git.oschina.net/helyho/Vestful</url>
<tag>v1.0-alpha-2</tag>
</scm>
<issueManagement>
<url>https://git.oschina.net/helyho/Vestful/issues</url>
<system>Git@OSC</system>
</issueManagement>
<developers>
<developer>
<name>helyho</name>
<email>helyho@gmail.com</email>
<organization>voovan</organization>
<organizationUrl>https://git.oschina.net/helyho/Vestful</organizationUrl>
</developer>
</developers>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
Java
1
https://gitee.com/helyho/Vestful.git
git@gitee.com:helyho/Vestful.git
helyho
Vestful
Vestful
master

搜索帮助