v0.0.5
All checks were successful
CI/CD / build-deploy (pull_request) Successful in 3m4s

This commit is contained in:
Timi
2026-03-16 17:13:10 +08:00
parent ef7b9af9b7
commit ada0f96e57
5 changed files with 278 additions and 115 deletions

11
pom.xml
View File

@@ -94,20 +94,15 @@
<artifactId>timi-io</artifactId>
<version>0.0.2</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>4.4</version> <!-- 请使用最新版本 -->
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5-fluent</artifactId>
<version>5.6</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.13.2</version>
<groupId>tools.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>