当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
5 Star 31 Fork 15

code4everything / wetool-plugin
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
<?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.code4everything</groupId>
<artifactId>wetool-plugin</artifactId>
<packaging>pom</packaging>
<version>1.0.0</version>
<modules>
<module>wetool-plugin-support</module>
<module>wetool-plugin-test</module>
<module>wetool-plugin-sample</module>
<module>wetool-plugin-everywhere</module>
<module>wetool-plugin-ftpclient</module>
<module>wetool-plugin-ftpserver</module>
<module>wetool-plugin-qiniu</module>
<module>wetool-plugin-dbops</module>
<module>wetool-plugin-devtool/wetool-plugin-devtool-redis</module>
<module>wetool-plugin-devtool/wetool-plugin-devtool-ssh</module>
<module>wetool-plugin-devtool/wetool-plugin-devtool-utilities</module>
<module>wetool-plugin-thirdparty/wetool-plugin-thirdparty-downloader</module>
</modules>
<properties>
<java.veresion>11</java.veresion>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>
Java
1
https://gitee.com/code4everything/wetool-plugin.git
git@gitee.com:code4everything/wetool-plugin.git
code4everything
wetool-plugin
wetool-plugin
master

搜索帮助