| | |
| | | <dependency> |
| | | <groupId>com.google.code.gson</groupId> |
| | | <artifactId>gson</artifactId> |
| | | <version>2.8.5</version> |
| | | <version>2.8.6</version> |
| | | </dependency> |
| | | |
| | | <!--分页--> |
| | |
| | | <artifactId>jfreechart</artifactId> |
| | | <version>1.5.3</version> |
| | | </dependency> |
| | | |
| | | <!-- Httpclient--> |
| | | <dependency> |
| | | <groupId>commons-httpclient</groupId> |
| | | <artifactId>commons-httpclient</artifactId> |
| | | <version>3.0</version> |
| | | <groupId>org.apache.httpcomponents</groupId> |
| | | <artifactId>httpmime</artifactId> |
| | | <version>4.5.14</version> |
| | | </dependency> |
| | | </dependencies> |
| | | |