14 Star 138 Fork 55

疯狂的小猪 / seetaface6SDK

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 801 Bytes
一键复制 编辑 原始数据 按行查看 历史
linyc1993@outlook.com 提交于 2023-03-26 15:56 . 1.修改说明文档
<?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>com.seeta.sdk</groupId>
<artifactId>seeta-sdk-platform</artifactId>
<version>1.2.1</version>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
<version>2.5.0</version>
</dependency>
</dependencies>
</project>
Java
1
https://gitee.com/crazy-of-pig/seeta-sdk-platform.git
git@gitee.com:crazy-of-pig/seeta-sdk-platform.git
crazy-of-pig
seeta-sdk-platform
seetaface6SDK
master

搜索帮助