| | |
| | | |
| | | <dependencies> |
| | | <dependency> |
| | | <groupId>cn.hutool</groupId> |
| | | <artifactId>hutool-all</artifactId> |
| | | <version>5.3.8</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.opencsv</groupId> |
| | | <artifactId>opencsv</artifactId> |
| | | <version>5.7.1</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.squareup.okhttp3</groupId> |
| | | <artifactId>okhttp</artifactId> |
| | | <version>3.14.9</version> <!-- 使用兼容的版本 --> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.jetbrains.kotlin</groupId> |
| | | <artifactId>kotlin-stdlib</artifactId> |
| | | <version>1.9.20</version> <!-- 使用你需要的 Kotlin 版本 --> |
| | | </dependency> |
| | | <!-- InfluxDB 2.0 客户端 --> |
| | | <dependency> |
| | | <groupId>com.influxdb</groupId> |
| | | <artifactId>influxdb-client-java</artifactId> |
| | | <version>6.10.0</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>commons-net</groupId> |
| | | <artifactId>commons-net</artifactId> |
| | | <version>3.5</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.eclipse.paho</groupId> |
| | | <artifactId>org.eclipse.paho.client.mqttv3</artifactId> |
| | | <version>1.2.5</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-test</artifactId> |
| | | <scope>test</scope> |