| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.amazon.alexa.aace |
| Идентификатор | Идентификаторbluetooth |
| Версия | Версия4.0 |
| Тип | Типaar |
| Описание |
Описаниеbluetooth
Alexa Auto SDK Bluetooth Module
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| bluetooth-4.0.pom | |
| bluetooth-4.0-sources.jar | 422 bytes |
| bluetooth-4.0-javadoc.jar | 739 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.amazon.alexa.aace/bluetooth/ -->
<dependency>
<groupId>com.amazon.alexa.aace</groupId>
<artifactId>bluetooth</artifactId>
<version>4.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.amazon.alexa.aace/bluetooth/
implementation 'com.amazon.alexa.aace:bluetooth:4.0'
// https://jarcasting.com/artifacts/com.amazon.alexa.aace/bluetooth/
implementation ("com.amazon.alexa.aace:bluetooth:4.0")
'com.amazon.alexa.aace:bluetooth:aar:4.0'
<dependency org="com.amazon.alexa.aace" name="bluetooth" rev="4.0">
<artifact name="bluetooth" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.amazon.alexa.aace', module='bluetooth', version='4.0')
)
libraryDependencies += "com.amazon.alexa.aace" % "bluetooth" % "4.0"
[com.amazon.alexa.aace/bluetooth "4.0"]