feat: opcua-opcda协议

This commit is contained in:
2026-03-06 16:12:10 +08:00
parent 626409626c
commit fb162c9bca
80 changed files with 7404 additions and 0 deletions

View File

@@ -30,6 +30,13 @@
<artifactId>sdk-client</artifactId>
<version>0.6.16</version>
</dependency>
<!-- Java COM opc da 相关 -->
<dependency>
<groupId>org.jinterop</groupId>
<artifactId>j-interop</artifactId>
<version>2.0.4</version>
</dependency>
</dependencies>
</project>