| | |
| | | |
| | | <properties> |
| | | <commons-net.version>3.1</commons-net.version> |
| | | <gson.version>2.8.5</gson.version> |
| | | <okhttp3.version>3.13.1</okhttp3.version> |
| | | </properties> |
| | | |
| | | <dependencies> |
| | |
| | | <version>${commons-net.version}</version> |
| | | </dependency> |
| | | <!-- net end --> |
| | | |
| | | <!-- gson --> |
| | | <dependency> |
| | | <groupId>com.google.code.gson</groupId> |
| | | <artifactId>gson</artifactId> |
| | | <version>${gson.version}</version> |
| | | </dependency> |
| | | <!-- gson end --> |
| | | |
| | | <dependency> |
| | | <groupId>com.squareup.okhttp3</groupId> |
| | | <artifactId>okhttp</artifactId> |
| | | <version>${okhttp3.version}</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |
| | | <build> |