RXTX

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

Лицензия

Лицензия

Группа

Группа

com.jamierf
Идентификатор

Идентификатор

rxtx
Последняя версия

Последняя версия

1.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

RXTX
RXTX native loader, pulls in the gnu.io RXTX library as a dependency. Supports Windows, Linux, OS X - x86 and x86_64.
Ссылка на сайт

Ссылка на сайт

https://github.com/reines/rxtx
Система контроля версий

Система контроля версий

https://github.com/reines/rxtx

Скачать rxtx

Имя Файла Размер
rxtx-1.2.pom
rxtx-1.2.jar 361 KB
rxtx-1.2-sources.jar 357 KB
rxtx-1.2-javadoc.jar 34 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
commons-io : commons-io jar 2.1
org.rxtx : rxtx jar 2.1.7
org.slf4j : slf4j-api jar 1.7.7

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
1.2
1.1