MVN

ru.sberdevices.smartapp.sdk : cv

Maven & Gradle

Aug 10, 2022
15 stars

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

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

Latest Version

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

  • Latest Stable: util
  • Latest Alpha: 0.1-alpha

All Versions

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

Version Vulnerabilities Updated
3.1.x
cv-3.1.0
3.0.x
cv-3.0.1
cv-3.0.0
0.1
cv-0.1-alpha
util
cv-util
proto
cv-proto
entity
cv-entity
api
cv-api
aidl
cv-aidl
impl
cv-impl

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'ru.sberdevices.smartapp.sdk:cv:3.1.0'

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

implementation("ru.sberdevices.smartapp.sdk:cv:3.1.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "ru.sberdevices.smartapp.sdk" % "cv" % "3.1.0"

Advertisement