MVN

ru.sberdevices.smartapp : cv

Maven & Gradle

Mar 28, 2023

cv api · cv helps recognize user’s gestures and pose using device’s camera

<dependency>
    <groupId>ru.sberdevices.smartapp</groupId>
    <artifactId>cv</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.sberdevices.smartapp : cv to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of ru.sberdevices.smartapp : cv to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
cv-1.1.1
cv-1.1.0
1.0.x
cv-1.0.1
1.0
cv-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>ru.sberdevices.smartapp</groupId>
    <artifactId>cv</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.sberdevices.smartapp : cv gradle dependency to your build.gradle file:

implementation 'ru.sberdevices.smartapp:cv:1.1.1'

Gradle Kotlin DSL: Add the following ru.sberdevices.smartapp : cv gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.sberdevices.smartapp:cv:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.sberdevices.smartapp : cv sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.sberdevices.smartapp" % "cv" % "1.1.1"

Advertisement