H

HslCommunication

一个工业物联网的底层架构框架,专注于底层的技术通信及跨平台,跨语言通信功能,实现各种主流的PLC数据读写,实现modbus的各种协议读写等等
https://github.com/dathlin/HslCommunication
The Apache Software License, Version 2.0
Richard.Hu
Files download
File Operation
HslCommunication-3.7.0.jar download
HslCommunication-3.7.0.pom download
HslCommunication-3.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.dathlin</groupId>
  <artifactId>HslCommunication</artifactId>
  <version>3.7.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.dathlin:HslCommunication:3.7.0'
Gradle Kotlin
implementation("com.github.dathlin:HslCommunication:3.7.0")
Scala SBT
libraryDependencies += "com.github.dathlin" % "HslCommunication" % "3.7.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.dathlin', module='HslCommunication', version='3.7.0')
)
Apache Ivy
<dependency org="com.github.dathlin" name="HslCommunication" rev="3.7.0" />
Leiningen
[com.github.dathlin/HslCommunication "3.7.0"]
Apache Buildr
'com.github.dathlin:HslCommunication:jar:3.7.0'
Dependencies
The project has no third-party dependencies