Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdcom.github.calimero |
ArtifactId | ArtifactIdserial-native |
Version | Version2.2.1 |
Type | Typepom |
Filename | Size |
---|---|
serial-native-2.2.1.pom | |
serial-native-2.2.1.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.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.calimero/serial-native/
implementation 'com.github.calimero:serial-native:2.2.1'
// https://jarcasting.com/artifacts/com.github.calimero/serial-native/
implementation ("com.github.calimero:serial-native:2.2.1")
'com.github.calimero:serial-native:pom:2.2.1'
<dependency org="com.github.calimero" name="serial-native" rev="2.2.1">
<artifact name="serial-native" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.calimero', module='serial-native', version='2.2.1')
)
libraryDependencies += "com.github.calimero" % "serial-native" % "2.2.1"
[com.github.calimero/serial-native "2.2.1"]