License |
License
RXTX License v 2.1 - LGPL v 2.1 + Linking Over Controlled Interface.
|
---|---|
GroupId | GroupIdorg.rxtx |
ArtifactId | ArtifactIdrxtxcomm |
Last Version | Last Version2.0-7pre1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRXTX serial and parallel I/O libraries
RXTX is a native lib providing serial and parallel communication for the Java Development Toolkit (JDK).
|
Filename | Size |
---|---|
rxtxcomm-2.0-7pre1.pom | |
rxtxcomm-2.0-7pre1.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.rxtx/rxtxcomm/ -->
<dependency>
<groupId>org.rxtx</groupId>
<artifactId>rxtxcomm</artifactId>
<version>2.0-7pre1</version>
</dependency>
// https://jarcasting.com/artifacts/org.rxtx/rxtxcomm/
implementation 'org.rxtx:rxtxcomm:2.0-7pre1'
// https://jarcasting.com/artifacts/org.rxtx/rxtxcomm/
implementation ("org.rxtx:rxtxcomm:2.0-7pre1")
'org.rxtx:rxtxcomm:jar:2.0-7pre1'
<dependency org="org.rxtx" name="rxtxcomm" rev="2.0-7pre1">
<artifact name="rxtxcomm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rxtx', module='rxtxcomm', version='2.0-7pre1')
)
libraryDependencies += "org.rxtx" % "rxtxcomm" % "2.0-7pre1"
[org.rxtx/rxtxcomm "2.0-7pre1"]