GroupId | GroupIdorg.openimaj.hardware |
---|---|
ArtifactId | ArtifactIdserial-driver |
Version | Version1.3.1 |
Type | Typejar |
Filename | Size |
---|---|
serial-driver-1.3.1.pom | |
serial-driver-1.3.1.jar | 10 KB |
serial-driver-1.3.1-sources.jar | 7 KB |
serial-driver-1.3.1-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openimaj.hardware/serial-driver/ -->
<dependency>
<groupId>org.openimaj.hardware</groupId>
<artifactId>serial-driver</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj.hardware/serial-driver/
implementation 'org.openimaj.hardware:serial-driver:1.3.1'
// https://jarcasting.com/artifacts/org.openimaj.hardware/serial-driver/
implementation ("org.openimaj.hardware:serial-driver:1.3.1")
'org.openimaj.hardware:serial-driver:jar:1.3.1'
<dependency org="org.openimaj.hardware" name="serial-driver" rev="1.3.1">
<artifact name="serial-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj.hardware', module='serial-driver', version='1.3.1')
)
libraryDependencies += "org.openimaj.hardware" % "serial-driver" % "1.3.1"
[org.openimaj.hardware/serial-driver "1.3.1"]