License |
License |
---|---|
Categories |
CategoriesSBE Data Data Structures |
GroupId | GroupIdru.sberdevices.smartapp.sdk.appstate |
ArtifactId | ArtifactIdaidl |
Last Version | Last Version1.0-rc1 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionappstate:aidl
appstate is a library used to transmit native app state to smartapp backend
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
aidl-1.0-rc1.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/ru.sberdevices.smartapp.sdk.appstate/aidl/ -->
<dependency>
<groupId>ru.sberdevices.smartapp.sdk.appstate</groupId>
<artifactId>aidl</artifactId>
<version>1.0-rc1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ru.sberdevices.smartapp.sdk.appstate/aidl/
implementation 'ru.sberdevices.smartapp.sdk.appstate:aidl:1.0-rc1'
// https://jarcasting.com/artifacts/ru.sberdevices.smartapp.sdk.appstate/aidl/
implementation ("ru.sberdevices.smartapp.sdk.appstate:aidl:1.0-rc1")
'ru.sberdevices.smartapp.sdk.appstate:aidl:aar:1.0-rc1'
<dependency org="ru.sberdevices.smartapp.sdk.appstate" name="aidl" rev="1.0-rc1">
<artifact name="aidl" type="aar" />
</dependency>
@Grapes(
@Grab(group='ru.sberdevices.smartapp.sdk.appstate', module='aidl', version='1.0-rc1')
)
libraryDependencies += "ru.sberdevices.smartapp.sdk.appstate" % "aidl" % "1.0-rc1"
[ru.sberdevices.smartapp.sdk.appstate/aidl "1.0-rc1"]