| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.lge.developer |
| Идентификатор | Идентификаторqpair-apis |
| Версия | Версия2.0.0 |
| Тип | Типjar |
| Описание |
ОписаниеLGQPairAPIs
The LG QPair SDK provides open APIs to developers so that their applications can use QPair features. Using these APIs, developers can create applications that communicate with android components installed on the paired device. In addition, it is possible to send data to the paired device.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| qpair-apis-2.0.0.pom | |
| qpair-apis-2.0.0.jar | 31 KB |
| qpair-apis-2.0.0-sources.jar | 19 KB |
| qpair-apis-2.0.0-javadoc.jar | 166 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.lge.developer/qpair-apis/ -->
<dependency>
<groupId>com.lge.developer</groupId>
<artifactId>qpair-apis</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lge.developer/qpair-apis/
implementation 'com.lge.developer:qpair-apis:2.0.0'
// https://jarcasting.com/artifacts/com.lge.developer/qpair-apis/
implementation ("com.lge.developer:qpair-apis:2.0.0")
'com.lge.developer:qpair-apis:jar:2.0.0'
<dependency org="com.lge.developer" name="qpair-apis" rev="2.0.0">
<artifact name="qpair-apis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lge.developer', module='qpair-apis', version='2.0.0')
)
libraryDependencies += "com.lge.developer" % "qpair-apis" % "2.0.0"
[com.lge.developer/qpair-apis "2.0.0"]