| Categories |
CategoriesSBE Data Data Structures |
|---|---|
| GroupId | GroupIdru.sberdevices.smartapp.sdk |
| ArtifactId | ArtifactIdcv |
| Version | Version3.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| cv-3.0.0.pom | |
| cv-3.0.0-sources.jar | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ru.sberdevices.smartapp.sdk/cv/ -->
<dependency>
<groupId>ru.sberdevices.smartapp.sdk</groupId>
<artifactId>cv</artifactId>
<version>3.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ru.sberdevices.smartapp.sdk/cv/
implementation 'ru.sberdevices.smartapp.sdk:cv:3.0.0'
// https://jarcasting.com/artifacts/ru.sberdevices.smartapp.sdk/cv/
implementation ("ru.sberdevices.smartapp.sdk:cv:3.0.0")
'ru.sberdevices.smartapp.sdk:cv:aar:3.0.0'
<dependency org="ru.sberdevices.smartapp.sdk" name="cv" rev="3.0.0">
<artifact name="cv" type="aar" />
</dependency>
@Grapes(
@Grab(group='ru.sberdevices.smartapp.sdk', module='cv', version='3.0.0')
)
libraryDependencies += "ru.sberdevices.smartapp.sdk" % "cv" % "3.0.0"
[ru.sberdevices.smartapp.sdk/cv "3.0.0"]