MVN

org.bytedeco : opencv-platform-gpu

Maven & Gradle

Jun 03, 2023

JavaCPP Presets Platform GPU for OpenCV

<dependency>
    <groupId>org.bytedeco</groupId>
    <artifactId>opencv-platform-gpu</artifactId>
    <version>4.7.0-1.5.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bytedeco : opencv-platform-gpu to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.7.0-1.5.9

All Versions

Choose a version of org.bytedeco : opencv-platform-gpu to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.7.x
opencv-platform-gpu-4.7.0-1.5.9
4.6.x
opencv-platform-gpu-4.6.0-1.5.8
4.5.x
opencv-platform-gpu-4.5.5-1.5.7
opencv-platform-gpu-4.5.3-1.5.6
opencv-platform-gpu-4.5.1-1.5.5
4.4.x
opencv-platform-gpu-4.4.0-1.5.4
4.3.x
opencv-platform-gpu-4.3.0-1.5.3
4.1.x
opencv-platform-gpu-4.1.2-1.5.2

How to add a dependency to Maven

Add the following org.bytedeco : opencv-platform-gpu maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bytedeco</groupId>
    <artifactId>opencv-platform-gpu</artifactId>
    <version>4.7.0-1.5.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bytedeco : opencv-platform-gpu gradle dependency to your build.gradle file:

implementation 'org.bytedeco:opencv-platform-gpu:4.7.0-1.5.9'

Gradle Kotlin DSL: Add the following org.bytedeco : opencv-platform-gpu gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bytedeco:opencv-platform-gpu:4.7.0-1.5.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bytedeco : opencv-platform-gpu sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bytedeco" % "opencv-platform-gpu" % "4.7.0-1.5.9"

Advertisement