is not current version
Last Version 2.5

com.github.calimero:calimero-rxtx 2.1

Adapter to use the rxtx library for serial communication

GroupId

GroupId

com.github.calimero
ArtifactId

ArtifactId

calimero-rxtx
Version

Version

2.1
Type

Type

jar

Download calimero-rxtx 2.1


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