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