MVN

com.intellisrc : cv

Maven & Gradle

Jul 23, 2022

IntelliSrc Common Library : Cv Module · Classes for Computer Vision (extension to OpenCV). Convert image formats, crop, rotate images or draw objects on top of them. It simplifies grabbing images from any video source.

<dependency>
    <groupId>com.intellisrc</groupId>
    <artifactId>cv</artifactId>
    <version>2.8.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.intellisrc : cv to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.6

All Versions

Choose a version of com.intellisrc : cv to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
cv-2.8.6
cv-2.8.5
cv-2.8.4
cv-2.8.3
cv-2.8.2
cv-2.8.1
cv-2.8.0
2.7.x
cv-2.7.17
cv-2.7.16
cv-2.7.15
cv-2.7.13
cv-2.7.12
cv-2.7.11

How to add a dependency to Maven

Add the following com.intellisrc : cv maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.intellisrc</groupId>
    <artifactId>cv</artifactId>
    <version>2.8.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.intellisrc : cv gradle dependency to your build.gradle file:

implementation 'com.intellisrc:cv:2.8.6'

Gradle Kotlin DSL: Add the following com.intellisrc : cv gradle kotlin dependency to your build.gradle.kts file:

implementation("com.intellisrc:cv:2.8.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.intellisrc : cv sbt scala dependency to your build.sbt file:

libraryDependencies += "com.intellisrc" % "cv" % "2.8.6"

Advertisement