MVN

com.wl4g : infra-opencv

Maven & Gradle

Mar 08, 2023

Infra Opencv · Infra Component Integration with OpenCV Module.

<dependency>
    <groupId>com.wl4g</groupId>
    <artifactId>infra-opencv</artifactId>
    <version>3.1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.wl4g : infra-opencv to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.10

All Versions

Choose a version of com.wl4g : infra-opencv to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
infra-opencv-3.1.10
infra-opencv-3.1.9
infra-opencv-3.1.8
infra-opencv-3.1.7
infra-opencv-3.1.6
infra-opencv-3.1.5
infra-opencv-3.1.4
infra-opencv-3.1.3
infra-opencv-3.1.2
infra-opencv-3.1.1
infra-opencv-3.1.0
3.0.x
infra-opencv-3.0.0

How to add a dependency to Maven

Add the following com.wl4g : infra-opencv maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.wl4g</groupId>
    <artifactId>infra-opencv</artifactId>
    <version>3.1.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.wl4g : infra-opencv gradle dependency to your build.gradle file:

implementation 'com.wl4g:infra-opencv:3.1.10'

Gradle Kotlin DSL: Add the following com.wl4g : infra-opencv gradle kotlin dependency to your build.gradle.kts file:

implementation("com.wl4g:infra-opencv:3.1.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.wl4g : infra-opencv sbt scala dependency to your build.sbt file:

libraryDependencies += "com.wl4g" % "infra-opencv" % "3.1.10"

Advertisement