MVN

us.ihmc : librealsense2-platform

Maven & Gradle

Jun 05, 2023

JavaCPP Presets Platform for librealsense2

<dependency>
    <groupId>us.ihmc</groupId>
    <artifactId>librealsense2-platform</artifactId>
    <version>2.53.1-1.5.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of us.ihmc : librealsense2-platform to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.53.1-1.5.9

All Versions

Choose a version of us.ihmc : librealsense2-platform to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.53.x
librealsense2-platform-2.53.1-1.5.9

How to add a dependency to Maven

Add the following us.ihmc : librealsense2-platform maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>us.ihmc</groupId>
    <artifactId>librealsense2-platform</artifactId>
    <version>2.53.1-1.5.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following us.ihmc : librealsense2-platform gradle dependency to your build.gradle file:

implementation 'us.ihmc:librealsense2-platform:2.53.1-1.5.9'

Gradle Kotlin DSL: Add the following us.ihmc : librealsense2-platform gradle kotlin dependency to your build.gradle.kts file:

implementation("us.ihmc:librealsense2-platform:2.53.1-1.5.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following us.ihmc : librealsense2-platform sbt scala dependency to your build.sbt file:

libraryDependencies += "us.ihmc" % "librealsense2-platform" % "2.53.1-1.5.9"

Advertisement