Netty/Transport/jSerialComm

A Netty Serial Transport using the jSerialComm library

Лицензия

Лицензия

Категории

Категории

Сеть Netty Networking
Группа

Группа

se.koc
Идентификатор

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

netty-transport-jserialcomm
Последняя версия

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Netty/Transport/jSerialComm
A Netty Serial Transport using the jSerialComm library
Ссылка на сайт

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

https://github.com/Ziver/Netty-Transport-jSerialComm
Система контроля версий

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

https://github.com/Ziver/Netty-Transport-jSerialComm

Скачать netty-transport-jserialcomm

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

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
io.netty : netty-buffer jar 4.1.13.Final
io.netty : netty-transport jar 4.1.13.Final
io.netty : netty-codec jar 4.1.13.Final
com.fazecast : jSerialComm jar 1.3.11

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

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

Netty jSerialComm Transport

This project is a Netty transport plugin for connecting to a serial port using the jSerialComm library.

Documentation

Unfortunately, there is no dedicated documentation available. You can refer to the Netty documentation or look at the JUnit test cases for usage examples.

Installation

Include these lines in your pom file:

<dependency>
    <groupId>se.koc</groupId>
    <artifactId>netty-transport-jserialcomm</artifactId>
    <version>1.0.0</version>
</dependency>

Authors

  • Ziver Koc

Related Projects

License

This project is licensed under the Apache License version 2.0

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

Версия
1.0.0