1 Star 0 Fork 11

Gordon / fqueue

forked from apexes / fqueue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
丁云 提交于 2016-07-10 14:46 . 使用parent
<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>net.apexes</groupId>
<artifactId>apexes-root</artifactId>
<version>0.0.1</version>
</parent>
<groupId>net.apexes.fqueue</groupId>
<artifactId>fqueue</artifactId>
<version>1.1.0</version>
<name>fqueue</name>
<description>FQueue</description>
<url>http://git.oschina.net/apexes/fqueue</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>hedyn</name>
<email>hedyn@foxmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git@git.oschina.net:apexes/fqueue.git</connection>
<developerConnection>scm:git:git@git.oschina.net:apexes/fqueue.git</developerConnection>
<url>git@git.oschina.net:apexes/fqueue.git</url>
</scm>
</project>
Java
1
https://gitee.com/kael_kk/fqueue.git
git@gitee.com:kael_kk/fqueue.git
kael_kk
fqueue
fqueue
master

搜索帮助