is not current version
Last Version 3.2.0

com.github.dathlin:HslCommunication 2.0.1

一个工业物联网的底层架构框架,专注于底层的技术通信及跨平台,跨语言通信功能,实现各种主流的PLC数据读写,实现modbus的各种协议读写等等

GroupId

GroupId

com.github.dathlin
ArtifactId

ArtifactId

HslCommunication
Version

Version

2.0.1
Type

Type

jar

Download HslCommunication 2.0.1


<!-- https://jarcasting.com/artifacts/com.github.dathlin/HslCommunication/ -->
<dependency>
    <groupId>com.github.dathlin</groupId>
    <artifactId>HslCommunication</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dathlin/HslCommunication/
implementation 'com.github.dathlin:HslCommunication:2.0.1'
// https://jarcasting.com/artifacts/com.github.dathlin/HslCommunication/
implementation ("com.github.dathlin:HslCommunication:2.0.1")
'com.github.dathlin:HslCommunication:jar:2.0.1'
<dependency org="com.github.dathlin" name="HslCommunication" rev="2.0.1">
  <artifact name="HslCommunication" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dathlin', module='HslCommunication', version='2.0.1')
)
libraryDependencies += "com.github.dathlin" % "HslCommunication" % "2.0.1"
[com.github.dathlin/HslCommunication "2.0.1"]