is not current version
Last Version 1.3.10

org.openimaj.hardware:serial-driver 1.3

Interface to hardware devices that connect to serial or USB-serial ports.

GroupId

GroupId

org.openimaj.hardware
ArtifactId

ArtifactId

serial-driver
Version

Version

1.3
Type

Type

jar

Download serial-driver 1.3


<!-- https://jarcasting.com/artifacts/org.openimaj.hardware/serial-driver/ -->
<dependency>
    <groupId>org.openimaj.hardware</groupId>
    <artifactId>serial-driver</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj.hardware/serial-driver/
implementation 'org.openimaj.hardware:serial-driver:1.3'
// https://jarcasting.com/artifacts/org.openimaj.hardware/serial-driver/
implementation ("org.openimaj.hardware:serial-driver:1.3")
'org.openimaj.hardware:serial-driver:jar:1.3'
<dependency org="org.openimaj.hardware" name="serial-driver" rev="1.3">
  <artifact name="serial-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj.hardware', module='serial-driver', version='1.3')
)
libraryDependencies += "org.openimaj.hardware" % "serial-driver" % "1.3"
[org.openimaj.hardware/serial-driver "1.3"]