License |
License |
---|---|
Categories |
CategoriesSBE Data Data Structures Messaging Application Layer Libs |
GroupId | GroupIdru.sberdevices.smartapp.sdk.messaging |
ArtifactId | ArtifactIdaidl |
Last Version | Last Version1.0-rc1 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionmessaging:aidl
messaging libray serves to connect native apk with 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.messaging/aidl/ -->
<dependency>
<groupId>ru.sberdevices.smartapp.sdk.messaging</groupId>
<artifactId>aidl</artifactId>
<version>1.0-rc1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ru.sberdevices.smartapp.sdk.messaging/aidl/
implementation 'ru.sberdevices.smartapp.sdk.messaging:aidl:1.0-rc1'
// https://jarcasting.com/artifacts/ru.sberdevices.smartapp.sdk.messaging/aidl/
implementation ("ru.sberdevices.smartapp.sdk.messaging:aidl:1.0-rc1")
'ru.sberdevices.smartapp.sdk.messaging:aidl:aar:1.0-rc1'
<dependency org="ru.sberdevices.smartapp.sdk.messaging" name="aidl" rev="1.0-rc1">
<artifact name="aidl" type="aar" />
</dependency>
@Grapes(
@Grab(group='ru.sberdevices.smartapp.sdk.messaging', module='aidl', version='1.0-rc1')
)
libraryDependencies += "ru.sberdevices.smartapp.sdk.messaging" % "aidl" % "1.0-rc1"
[ru.sberdevices.smartapp.sdk.messaging/aidl "1.0-rc1"]