License |
License |
---|---|
GroupId | GroupIdorg.rxtx |
ArtifactId | ArtifactIdrxtx |
Last Version | Last Version2.1.7 |
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).
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rxtx-2.1.7.pom | |
rxtx-2.1.7.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.rxtx/rxtx/ -->
<dependency>
<groupId>org.rxtx</groupId>
<artifactId>rxtx</artifactId>
<version>2.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.rxtx/rxtx/
implementation 'org.rxtx:rxtx:2.1.7'
// https://jarcasting.com/artifacts/org.rxtx/rxtx/
implementation ("org.rxtx:rxtx:2.1.7")
'org.rxtx:rxtx:jar:2.1.7'
<dependency org="org.rxtx" name="rxtx" rev="2.1.7">
<artifact name="rxtx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rxtx', module='rxtx', version='2.1.7')
)
libraryDependencies += "org.rxtx" % "rxtx" % "2.1.7"
[org.rxtx/rxtx "2.1.7"]