1 Star 0 Fork 1

HServer / hserver-for-java-statistics

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.85 KB
一键复制 编辑 原始数据 按行查看 历史
黑小马 提交于 2021-06-03 21:55 . 发布新版
<?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>hserver-for-java-statistics</groupId>
<artifactId>top.hserver.statistics</artifactId>
<version>1.0-SNAPSHOT</version>
<dependencies>
<!--excel-->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>3.9</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
</dependency>
<dependency>
<groupId>top.hserver</groupId>
<artifactId>HServer</artifactId>
<version>2.9.66</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>net.hserver.plugins.maven</groupId>
<artifactId>hserver-maven-plugin</artifactId>
<version>3.0</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>8</source>
<target>8</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
Java
1
https://gitee.com/HServer/hserver-for-java-statistics.git
git@gitee.com:HServer/hserver-for-java-statistics.git
HServer
hserver-for-java-statistics
hserver-for-java-statistics
master

搜索帮助