License |
License
GNU General Public License, version 2, with the Classpath Exception
|
---|---|
GroupId | GroupIdcom.github.calimero |
ArtifactId | ArtifactIdcalimero-rxtx |
Last Version | Last Version2.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCalimero rxtx Adapter
Adapter to use the rxtx library for serial communication
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
calimero-rxtx-2.5.pom | |
calimero-rxtx-2.5.jar | 10 KB |
calimero-rxtx-2.5-sources.jar | 65 KB |
calimero-rxtx-2.5-javadoc.jar | 368 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.calimero/calimero-rxtx/ -->
<dependency>
<groupId>com.github.calimero</groupId>
<artifactId>calimero-rxtx</artifactId>
<version>2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.calimero/calimero-rxtx/
implementation 'com.github.calimero:calimero-rxtx:2.5'
// https://jarcasting.com/artifacts/com.github.calimero/calimero-rxtx/
implementation ("com.github.calimero:calimero-rxtx:2.5")
'com.github.calimero:calimero-rxtx:jar:2.5'
<dependency org="com.github.calimero" name="calimero-rxtx" rev="2.5">
<artifact name="calimero-rxtx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.calimero', module='calimero-rxtx', version='2.5')
)
libraryDependencies += "com.github.calimero" % "calimero-rxtx" % "2.5"
[com.github.calimero/calimero-rxtx "2.5"]
Group / Artifact | Type | Version |
---|---|---|
com.github.calimero : calimero-core | jar | 2.5 |
com.neuronrobotics : nrjavaserial | jar | 5.2.1 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.1 |
org.junit.vintage : junit-vintage-engine | jar | 5.8.1 |