is not current version
Last Version 2.5

com.github.calimero:calimero-rxtx 2.4

Adapter to use the rxtx library for serial communication

GroupId

GroupId

com.github.calimero
ArtifactId

ArtifactId

calimero-rxtx
Version

Version

2.4
Type

Type

jar

Download calimero-rxtx 2.4


<!-- https://jarcasting.com/artifacts/com.github.calimero/calimero-rxtx/ -->
<dependency>
    <groupId>com.github.calimero</groupId>
    <artifactId>calimero-rxtx</artifactId>
    <version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.calimero/calimero-rxtx/
implementation 'com.github.calimero:calimero-rxtx:2.4'
// https://jarcasting.com/artifacts/com.github.calimero/calimero-rxtx/
implementation ("com.github.calimero:calimero-rxtx:2.4")
'com.github.calimero:calimero-rxtx:jar:2.4'
<dependency org="com.github.calimero" name="calimero-rxtx" rev="2.4">
  <artifact name="calimero-rxtx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.calimero', module='calimero-rxtx', version='2.4')
)
libraryDependencies += "com.github.calimero" % "calimero-rxtx" % "2.4"
[com.github.calimero/calimero-rxtx "2.4"]