1 Star 0 Fork 1

gaosongstu/javacore

forked from mirrors_dunwu/javacore 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
turnon 提交于 2020-12-05 18:30 . 更新文档和示例
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
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>io.github.dunwu.javacore</groupId>
<artifactId>javacore</artifactId>
<version>1.0.1</version>
<name>JAVACORE</name>
<packaging>pom</packaging>
<description>JavaCore 经验总结</description>
<url>https://github.com/dunwu/javacore</url>
<modules>
<module>codes/javacore-basics</module>
<module>codes/javacore-advanced</module>
<module>codes/javacore-container</module>
<module>codes/javacore-io</module>
<module>codes/javacore-effective</module>
<module>codes/javacore-jdk8</module>
<module>codes/javacore-jvm</module>
<module>codes/javacore-concurrent</module>
<module>codes/javacore-utils</module>
<module>codes/javacore-oop</module>
<module>codes/javacore-in-web</module>
</modules>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gaosongstu/javacore.git
git@gitee.com:gaosongstu/javacore.git
gaosongstu
javacore
javacore
master

搜索帮助