| | |
| | | <kaptcha.version>2.3.2</kaptcha.version>
|
| | | <swagger.version>2.9.2</swagger.version>
|
| | | <poi.version>3.17</poi.version>
|
| | | <oshi.version>3.9.1</oshi.version>
|
| | | <oshi.version>5.2.5</oshi.version>
|
| | | <jna.version>5.5.0</jna.version>
|
| | | <velocity.version>1.7</velocity.version>
|
| | | </properties>
|
| | |
|
| | |
| | | <groupId>com.github.oshi</groupId>
|
| | | <artifactId>oshi-core</artifactId>
|
| | | <version>${oshi.version}</version>
|
| | | </dependency>
|
| | | |
| | | <dependency>
|
| | | <groupId>net.java.dev.jna</groupId>
|
| | | <artifactId>jna</artifactId>
|
| | | </dependency>
|
| | | |
| | | <dependency>
|
| | | <groupId>net.java.dev.jna</groupId>
|
| | | <artifactId>jna-platform</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- excel工具 -->
|