License |
License |
---|---|
GroupId | GroupIdorg.openmuc |
ArtifactId | ArtifactIdjrxtx |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionjRxTx
jRxTx is a library for Java serial communication.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jrxtx-1.0.1.pom | |
jrxtx-1.0.1.jar | 77 KB |
jrxtx-1.0.1-sources.jar | 66 KB |
jrxtx-1.0.1-javadoc.jar | 151 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openmuc/jrxtx/ -->
<dependency>
<groupId>org.openmuc</groupId>
<artifactId>jrxtx</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.openmuc/jrxtx/
implementation 'org.openmuc:jrxtx:1.0.1'
// https://jarcasting.com/artifacts/org.openmuc/jrxtx/
implementation ("org.openmuc:jrxtx:1.0.1")
'org.openmuc:jrxtx:jar:1.0.1'
<dependency org="org.openmuc" name="jrxtx" rev="1.0.1">
<artifact name="jrxtx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openmuc', module='jrxtx', version='1.0.1')
)
libraryDependencies += "org.openmuc" % "jrxtx" % "1.0.1"
[org.openmuc/jrxtx "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.10.19 |
org.powermock : powermock-api-mockito | jar | 1.6.4 |
org.powermock : powermock-module-junit4 | jar | 1.6.2 |
org.slf4j : slf4j-simple | jar | 1.6.1 |