Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.zengfr |
ArtifactId | ArtifactIdeasymodbus4j-client |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
easymodbus4j-client-0.0.4.pom | |
easymodbus4j-client-0.0.4.jar | 18 KB |
easymodbus4j-client-0.0.4-sources.jar | 10 KB |
easymodbus4j-client-0.0.4-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zengfr/easymodbus4j-client/ -->
<dependency>
<groupId>com.github.zengfr</groupId>
<artifactId>easymodbus4j-client</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zengfr/easymodbus4j-client/
implementation 'com.github.zengfr:easymodbus4j-client:0.0.4'
// https://jarcasting.com/artifacts/com.github.zengfr/easymodbus4j-client/
implementation ("com.github.zengfr:easymodbus4j-client:0.0.4")
'com.github.zengfr:easymodbus4j-client:jar:0.0.4'
<dependency org="com.github.zengfr" name="easymodbus4j-client" rev="0.0.4">
<artifact name="easymodbus4j-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zengfr', module='easymodbus4j-client', version='0.0.4')
)
libraryDependencies += "com.github.zengfr" % "easymodbus4j-client" % "0.0.4"
[com.github.zengfr/easymodbus4j-client "0.0.4"]