| | |
| | | <artifactId>hutool-all</artifactId> |
| | | <version>5.7.12</version> |
| | | </dependency> |
| | | <!-- HTTP 客户端 --> |
| | | <dependency> |
| | | <groupId>org.apache.httpcomponents</groupId> |
| | | <artifactId>httpclient</artifactId> |
| | | <version>4.5.13</version> |
| | | </dependency> |
| | | |
| | | <!-- 加密工具 --> |
| | | <dependency> |
| | | <groupId>commons-codec</groupId> |
| | | <artifactId>commons-codec</artifactId> |
| | | <version>1.15</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.json</groupId> |
| | | <artifactId>json</artifactId> |
| | | <version>20240303</version> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | <build> |