RXTX

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

License

License

GroupId

GroupId

com.jamierf
ArtifactId

ArtifactId

rxtx
Last Version

Last Version

1.2
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/reines/rxtx
Source Code Management

Source Code Management

https://github.com/reines/rxtx

Download rxtx

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
commons-io : commons-io jar 2.1
org.rxtx : rxtx jar 2.1.7
org.slf4j : slf4j-api jar 1.7.7

Project Modules

There are no modules declared in this project.

RXTX Loader

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

Build Status Coverage Status Maven Central

RXTX Loader can be found in maven central.

Installation

<dependency>
    <groupId>com.jamierf</groupId>
    <artifactId>rxtx</artifactId>
    <version>...</version>
</dependency>

Usage

RXTXLoader.load(); // Automatic detection of OS and Architecture

or

RXTXLoader.load(OperatingSystem.LINUX, Architecture.ARMv6);

License

Released under the Apache 2.0 License.

Versions

Version
1.2
1.1