MVN

com.github.dathlin : HslCommunication

Maven & Gradle

Jul 27, 2023
1.3k stars

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

<dependency>
    <groupId>com.github.dathlin</groupId>
    <artifactId>HslCommunication</artifactId>
    <version>3.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.dathlin : HslCommunication to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.6.0

All Versions

Choose a version of com.github.dathlin : HslCommunication to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.6.x
HslCommunication-3.6.0
3.5.x
HslCommunication-3.5.0
3.4.x
HslCommunication-3.4.0
3.3.x
HslCommunication-3.3.1
HslCommunication-3.3.0
3.2.x
HslCommunication-3.2.0
3.1.x
HslCommunication-3.1.3
HslCommunication-3.1.2
HslCommunication-3.1.1
HslCommunication-3.1.0
3.0.x
HslCommunication-3.0.2
HslCommunication-3.0.1
HslCommunication-3.0.0
2.0.x
HslCommunication-2.0.2
HslCommunication-2.0.1
HslCommunication-2.0.0

How to add a dependency to Maven

Add the following com.github.dathlin : HslCommunication maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.dathlin</groupId>
    <artifactId>HslCommunication</artifactId>
    <version>3.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.dathlin : HslCommunication gradle dependency to your build.gradle file:

implementation 'com.github.dathlin:HslCommunication:3.6.0'

Gradle Kotlin DSL: Add the following com.github.dathlin : HslCommunication gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.dathlin:HslCommunication:3.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.dathlin : HslCommunication sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.dathlin" % "HslCommunication" % "3.6.0"