| | |
| | | </dependency>
|
| | | <!--海康录像机二次开发依赖jar包-->
|
| | | <dependency>
|
| | | <groupId>net.java.jna</groupId>
|
| | | <artifactId>jna</artifactId>
|
| | | <version>1.0.0</version>
|
| | | </dependency>
|
| | | <dependency>
|
| | | <groupId>net.java.examples</groupId>
|
| | | <artifactId>examples</artifactId>
|
| | | <version>1.0.0</version>
|
| | |
| | | <dependency>
|
| | | <groupId>com.github.xiaoymin</groupId>
|
| | | <artifactId>knife4j-spring-boot-starter</artifactId>
|
| | | <version>3.0.3</version>
|
| | | </dependency>
|
| | | <!--张建提供引导依赖-->
|
| | | <dependency>
|
| | |
| | | <artifactId>commons-discovery</artifactId>
|
| | | <version>0.5</version>
|
| | | </dependency>
|
| | |
|
| | | </dependencies>
|
| | |
|
| | |
|
| | | </project> |