is not current version
Last Version 1.2

com.jamierf:rxtx 1.1

RXTX native loader, pulls in the gnu.io RXTX library as a dependency. Supports Windows, Linux, OS X - x86 and x86_64.

GroupId

GroupId

com.jamierf
ArtifactId

ArtifactId

rxtx
Version

Version

1.1
Type

Type

jar

Download rxtx 1.1


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