You can download kinect-1.3.5.jar in this page.
Open Source
kinect-1.3.5.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.openimaj.hardware/kinect/pom.properties META-INF/maven/org.openimaj.hardware/kinect/pom.xml org.openimaj.hardware.kinect.DepthCallback.class org.openimaj.hardware.kinect.EventThread.class org.openimaj.hardware.kinect.IRVideoCallback.class org.openimaj.hardware.kinect.KinectAcceleration.class org.openimaj.hardware.kinect.KinectController.class org.openimaj.hardware.kinect.KinectDepthStream.class org.openimaj.hardware.kinect.KinectException.class org.openimaj.hardware.kinect.KinectIRVideoStream.class org.openimaj.hardware.kinect.KinectLEDMode.class org.openimaj.hardware.kinect.KinectRGBVideoStream.class org.openimaj.hardware.kinect.KinectStream.class org.openimaj.hardware.kinect.KinectStreamCallback.class org.openimaj.hardware.kinect.KinectTiltStatus.class org.openimaj.hardware.kinect.KinectVideoStreamCallback.class org.openimaj.hardware.kinect.RGBVideoCallback.class org.openimaj.hardware.kinect.freenect.freenect_device_attributes.class org.openimaj.hardware.kinect.freenect.freenect_frame_mode.class org.openimaj.hardware.kinect.freenect.freenect_raw_tilt_state.class org.openimaj.hardware.kinect.freenect.freenect_reg_info.class org.openimaj.hardware.kinect.freenect.freenect_reg_pad_info.class org.openimaj.hardware.kinect.freenect.freenect_registration.class org.openimaj.hardware.kinect.freenect.freenect_zero_plane_info.class org.openimaj.hardware.kinect.freenect.libfreenectLibrary.class org/openimaj/hardware/kinect/nativelib/darwin_universal/libfreenect-combined.dylib org/openimaj/hardware/kinect/nativelib/darwin_x64/libfreenect-combined.dylib org/openimaj/hardware/kinect/nativelib/linux_x64/freenect-combined.so org/openimaj/hardware/kinect/nativelib/linux_x86/freenect-combined.so org/openimaj/hardware/kinect/nativelib/win32/freenect-combined.dll org/openimaj/hardware/kinect/nativelib/win64/freenect-combined.dll
kinect-1.3.5.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>openimaj-hardware</artifactId> <groupId>org.openimaj</groupId> <version>1.3.5</version> <relativePath>../</relativePath> </parent> <groupId>org.openimaj.hardware</groupId> <artifactId>kinect</artifactId> <name>The OpenIMAJ Kinect Interface Library</name> <inceptionYear>2011</inceptionYear> <description>The OpenIMAJ Kinect Library contains the core classes and native code required interface with the Kinect device.</description> <dependencies> <dependency> <groupId>org.openimaj</groupId> <artifactId>core-video</artifactId> <version>1.3.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.nativelibs4java</groupId> <artifactId>bridj</artifactId> <version>0.7-20140918</version> <scope>compile</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.8.2</version> <scope>test</scope> </dependency> </dependencies> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <build> <plugins> <plugin> <groupId>com.mycila.maven-license-plugin</groupId> <artifactId>maven-license-plugin</artifactId> <version>1.9.0</version> <configuration> <header>src/etc/header.txt</header> <strictCheck>true</strictCheck> <properties> <year>${project.inceptionYear}</year> </properties> <excludes> <exclude>AUTHORS</exclude> <exclude>COPYING</exclude> <exclude>**/*.dylib</exclude> <exclude>**/*.so</exclude> <exclude>**/*.dll</exclude> <exclude>**/*.cbp</exclude> <exclude>**/*.layout</exclude> <exclude>**/*.depend</exclude> <exclude>**/*.pch</exclude> <exclude>**/*.pbxuser</exclude> <exclude>**/*.pbxproj</exclude> <exclude>**/*.xcconfig</exclude> <exclude>**/*.xcworkspacedata</exclude> <exclude>**/*.perspectivev3</exclude> <exclude>**/*.xcuserstate</exclude> <exclude>**/*.xcscheme</exclude> <exclude>**/*.xcbkptlist</exclude> <exclude>**/*.plist</exclude> <exclude>**/*.1</exclude> <exclude>**/*.lib</exclude> <exclude>**/*.vcxproj</exclude> <exclude>**/*.vcxproj.filters</exclude> <exclude>**/*.vcxproj.user</exclude> <exclude>**/*.vcxproj.obj</exclude> <exclude>**/*.a</exclude> </excludes> <mapping> <jtemp>JAVADOC_STYLE</jtemp> <mm>JAVADOC_STYLE</mm> <m>JAVADOC_STYLE</m> </mapping> <useDefaultMapping>true</useDefaultMapping> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.6</version> <configuration> <argLine>-Xmx1G -Djava.awt.headless=true</argLine> <!-- <parallel>classes</parallel> <perCoreThreadCount>2</perCoreThreadCount> --> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.openimaj.hardware</groupId> <artifactId>kinect</artifactId> <version>1.3.5</version> </dependency>
If you think the following kinect-1.3.5.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download kinect-1.3.5.jar file