PureJavaComm

PureJavaComm is an Application Programmin Interface (API) for accessing serial ports from Java. PureJavaComm aims to be a drop-in replacement for Sun's (now Oracle) abandoned JavaComm and an easier to deploy alternative to RXTX.

Лицензия

Лицензия

Группа

Группа

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

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

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

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

1.0.2.RELEASE
Дата

Дата

Тип

Тип

jar
Описание

Описание

PureJavaComm
PureJavaComm is an Application Programmin Interface (API) for accessing serial ports from Java. PureJavaComm aims to be a drop-in replacement for Sun's (now Oracle) abandoned JavaComm and an easier to deploy alternative to RXTX.
Ссылка на сайт

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

http://www.sparetimelabs.com/purejavacomm/purejavacomm.php
Система контроля версий

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

https://github.com/nyholku/purejavacomm

Скачать purejavacomm

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
net.java.dev.jna : jna jar 4.2.2

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

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

Maven Central Javadocs

PureJavaComm is an Application Programmin Interface (API) for accessing serial ports from Java, so this is a library aimed at programmers, not end users.

PureJavaComm aims to be a drop-in replacement for Sun's (now Oracle) abandoned JavaComm and an easier to deploy alternative to RXTX.

PJC is written 100% in Java so it is easy for Java programmers to develop and debug and it requires no native libraries. Native access to the underlaying operating system's serial port programming interface is provided by the wonderful JNA library which takes away all the pain of compiling and deploying native code.

PJC is BSD licensed but please note it depends on JNA which is LGPL/ASL dual licensed.

Obtaining a Copy

PureJavaComm is deployed to Maven Central. Here are a few examples using popular build frameworks.

Using Gradle:

repositories {
    mavenCentral()
}

dependencies {
    compile "com.github.purejavacomm:purejavacomm:1.0.1.RELEASE"
}

Using Maven:

<dependency>
    <groupId>com.github.purejavacomm</groupId>
    <artifactId>purejavacomm</artifactId>
    <version>1.0.1.RELEASE</version>
</dependency>

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

Версия
1.0.2.RELEASE
1.0.1.RELEASE