| License |
License |
|---|---|
| GroupId | GroupIdcom.badlogicgames.gdx |
| ArtifactId | ArtifactIdgdx-realsense |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGDX RealSense
Integration of Intel's RealSense SDK
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| gdx-realsense-1.0.0.pom | |
| gdx-realsense-1.0.0.jar | 274 KB |
| gdx-realsense-1.0.0-sources.jar | 112 KB |
| gdx-realsense-1.0.0-javadoc.jar | 588 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx-realsense/ -->
<dependency>
<groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx-realsense</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx-realsense/
implementation 'com.badlogicgames.gdx:gdx-realsense:1.0.0'
// https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx-realsense/
implementation ("com.badlogicgames.gdx:gdx-realsense:1.0.0")
'com.badlogicgames.gdx:gdx-realsense:jar:1.0.0'
<dependency org="com.badlogicgames.gdx" name="gdx-realsense" rev="1.0.0">
<artifact name="gdx-realsense" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.badlogicgames.gdx', module='gdx-realsense', version='1.0.0')
)
libraryDependencies += "com.badlogicgames.gdx" % "gdx-realsense" % "1.0.0"
[com.badlogicgames.gdx/gdx-realsense "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.badlogicgames.gdx : gdx | jar | 1.3.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.+ |
| com.badlogicgames.gdx : gdx-backend-lwjgl | jar | 1.3.1 |
| com.badlogicgames.gdx : gdx-platform | jar | 1.3.1 |