RXTX native loader, pulls in the gnu.io RXTX library as a dependency. Supports Windows, Linux, OS X - x86, x86_64, and ARM.
RXTX Loader can be found in maven central.
<dependency>
<groupId>com.jamierf</groupId>
<artifactId>rxtx</artifactId>
<version>...</version>
</dependency>
RXTXLoader.load(); // Automatic detection of OS and Architecture
or
RXTXLoader.load(OperatingSystem.LINUX, Architecture.ARMv6);
Released under the Apache 2.0 License.