1 Star 2 Fork 0

人生设计师 / data-structure-project

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 637 Bytes
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.light4j</groupId>
<artifactId>data-structure-project</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>linearList-queue-link</artifactId>
<name>linearList-queue-link</name>
<url>http://blog.longjiazuo.com</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>
Java
1
https://gitee.com/longshiy/data-structure-project.git
git@gitee.com:longshiy/data-structure-project.git
longshiy
data-structure-project
data-structure-project
master

搜索帮助