o

openimaj-hardware

Sub-modules containing interfaces to hardware devices that we've used in projects built using OpenIMAJ.
Files download
File Operation
openimaj-hardware-1.3.8.pom download
Apache Maven
<dependency>
  <groupId>org.openimaj</groupId>
  <artifactId>openimaj-hardware</artifactId>
  <version>1.3.8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.openimaj:openimaj-hardware:1.3.8'
Gradle Kotlin
implementation("org.openimaj:openimaj-hardware:1.3.8")
Scala SBT
libraryDependencies += "org.openimaj" % "openimaj-hardware" % "1.3.8"
Groovy Grape
@Grapes(
  @Grab(group='org.openimaj', module='openimaj-hardware', version='1.3.8')
)
Apache Ivy
<dependency org="org.openimaj" name="openimaj-hardware" rev="1.3.8" />
Leiningen
[org.openimaj/openimaj-hardware "1.3.8"]
Apache Buildr
'org.openimaj:openimaj-hardware:jar:1.3.8'