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