1 Star 5 Fork 1

程序员泥瓦匠 / algorithm-core-learning

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 893 Bytes
一键复制 编辑 原始数据 按行查看 历史
<?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>algorithm-core-learning</groupId>
<artifactId>algorithm-core-learning</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>algorithm-core-learning</name>
<description>
关于Java 数据结构与算法 学习积累的例子,是初学者及设计模式巩固的最佳实践。
</description>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
1
https://gitee.com/jeff1993/algorithm-core-learning.git
git@gitee.com:jeff1993/algorithm-core-learning.git
jeff1993
algorithm-core-learning
algorithm-core-learning
master

搜索帮助