License |
License
GNU Lesser General Public License, version 2.1
|
---|---|
Categories |
CategoriesNative Development Tools |
GroupId | GroupIdcom.github.calimero |
ArtifactId | ArtifactIdserial-native |
Last Version | Last Version2.5 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSerial (native)
Libraries for serial port access using JNI
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
serial-native-2.5.pom | |
serial-native-2.5.zip | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.calimero/serial-native/ -->
<dependency>
<groupId>com.github.calimero</groupId>
<artifactId>serial-native</artifactId>
<version>2.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.calimero/serial-native/
implementation 'com.github.calimero:serial-native:2.5'
// https://jarcasting.com/artifacts/com.github.calimero/serial-native/
implementation ("com.github.calimero:serial-native:2.5")
'com.github.calimero:serial-native:pom:2.5'
<dependency org="com.github.calimero" name="serial-native" rev="2.5">
<artifact name="serial-native" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.calimero', module='serial-native', version='2.5')
)
libraryDependencies += "com.github.calimero" % "serial-native" % "2.5"
[com.github.calimero/serial-native "2.5"]
Group / Artifact | Type | Version |
---|---|---|
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 |