License |
License |
---|---|
GroupId | GroupIdcom.jamierf |
ArtifactId | ArtifactIdrxtx |
Version | Version1.2 |
Type | Typejar |
Description |
DescriptionRXTX
RXTX native loader, pulls in the gnu.io RXTX library as a dependency. Supports Windows, Linux, OS X - x86 and x86_64.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rxtx-1.2.pom | |
rxtx-1.2.jar | 482 KB |
rxtx-1.2-sources.jar | 476 KB |
rxtx-1.2-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jamierf/rxtx/ -->
<dependency>
<groupId>com.jamierf</groupId>
<artifactId>rxtx</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.jamierf/rxtx/
implementation 'com.jamierf:rxtx:1.2'
// https://jarcasting.com/artifacts/com.jamierf/rxtx/
implementation ("com.jamierf:rxtx:1.2")
'com.jamierf:rxtx:jar:1.2'
<dependency org="com.jamierf" name="rxtx" rev="1.2">
<artifact name="rxtx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jamierf', module='rxtx', version='1.2')
)
libraryDependencies += "com.jamierf" % "rxtx" % "1.2"
[com.jamierf/rxtx "1.2"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.1 |
org.rxtx : rxtx | jar | 2.1.7 |
org.slf4j : slf4j-api | jar | 1.7.7 |