is not current version
Last Version 1.3.10

org.openimaj.hardware:kinect 1.3

The OpenIMAJ Kinect Library contains the core classes and native code required interface with the Kinect device.

GroupId

GroupId

org.openimaj.hardware
ArtifactId

ArtifactId

kinect
Version

Version

1.3
Type

Type

jar

Download kinect 1.3


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