License |
License |
---|---|
GroupId | GroupIdorg.refcodes |
ArtifactId | ArtifactIdrefcodes-serial-alt-tty |
Version | Version2.2.2 |
Type | Typejar |
Description |
Descriptionorg.refcodes:refcodes-serial-alt-tty
The refcodes-serial-alt-tty artifact implements the refcodes-serial artifact
with direct serial port access for Linux X64 and ARM (Raspberry Pi) platforms
as well for Windows machines.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-serial-alt-tty/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-serial-alt-tty</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-serial-alt-tty/
implementation 'org.refcodes:refcodes-serial-alt-tty:2.2.2'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-serial-alt-tty/
implementation ("org.refcodes:refcodes-serial-alt-tty:2.2.2")
'org.refcodes:refcodes-serial-alt-tty:jar:2.2.2'
<dependency org="org.refcodes" name="refcodes-serial-alt-tty" rev="2.2.2">
<artifact name="refcodes-serial-alt-tty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-serial-alt-tty', version='2.2.2')
)
libraryDependencies += "org.refcodes" % "refcodes-serial-alt-tty" % "2.2.2"
[org.refcodes/refcodes-serial-alt-tty "2.2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.refcodes : refcodes-serial | jar | 2.2.2 |
com.fazecast : jSerialComm | jar | 2.7.0 |
org.refcodes : refcodes-licensing | jar | 2.2.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |