修改项目增加游戏破解功能

This commit is contained in:
limqhz
2021-02-09 08:55:24 +08:00
parent f7b0d48c28
commit 43bf516613
39 changed files with 2180 additions and 5 deletions

View File

@@ -17,6 +17,21 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-xc</artifactId>
<version>1.9.12</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
</dependency>
</dependencies>
</project>
</project>