| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.wimpi |
| ArtifactId | ArtifactIdjamod |
| Last Version | Last Version1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjamod
jamod is an object oriented implementation of the Modbus protocol, realized 100% in Java. It allows to quickly
realize master and slave applications in various transport flavors (IP and serial).
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jamod-1.2.pom | |
| jamod-1.2.jar | 144 KB |
| jamod-1.2-sources.jar | 339 KB |
| jamod-1.2-javadoc.jar | 650 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.wimpi/jamod/ -->
<dependency>
<groupId>net.wimpi</groupId>
<artifactId>jamod</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.wimpi/jamod/
implementation 'net.wimpi:jamod:1.2'
// https://jarcasting.com/artifacts/net.wimpi/jamod/
implementation ("net.wimpi:jamod:1.2")
'net.wimpi:jamod:jar:1.2'
<dependency org="net.wimpi" name="jamod" rev="1.2">
<artifact name="jamod" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.wimpi', module='jamod', version='1.2')
)
libraryDependencies += "net.wimpi" % "jamod" % "1.2"
[net.wimpi/jamod "1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.rxtx : rxtx | jar | 2.1.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |