is not current version
Last Version 1.0.2

nl.robfaber.home:serial-gateway 1.0.1

This library contains a serial gateway which is build on top of the rxtx library

GroupId

GroupId

nl.robfaber.home
ArtifactId

ArtifactId

serial-gateway
Version

Version

1.0.1
Type

Type

jar

Download serial-gateway 1.0.1


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