| Лицензия |
Лицензия
https://opensource.org/licenses/MIT
|
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаcom.dji |
| Идентификатор | Идентификаторlibrary-networkrtk-helper |
| Версия | Версия2.0.2 |
| Тип | Типaar |
| Описание |
ОписаниеDJI Mobile SDK for Android
The DJI Mobile SDK enables you to automate your DJI Product. You can control flight, and many subsystems of the product including the camera and gimbal. Using the Mobile SDK, create a customized mobile app to unlock the full potential of your DJI aerial platform.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| library-networkrtk-helper-2.0.2.pom | |
| library-networkrtk-helper-2.0.2.aar | 468 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.dji/library-networkrtk-helper/ -->
<dependency>
<groupId>com.dji</groupId>
<artifactId>library-networkrtk-helper</artifactId>
<version>2.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.dji/library-networkrtk-helper/
implementation 'com.dji:library-networkrtk-helper:2.0.2'
// https://jarcasting.com/artifacts/com.dji/library-networkrtk-helper/
implementation ("com.dji:library-networkrtk-helper:2.0.2")
'com.dji:library-networkrtk-helper:aar:2.0.2'
<dependency org="com.dji" name="library-networkrtk-helper" rev="2.0.2">
<artifact name="library-networkrtk-helper" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.dji', module='library-networkrtk-helper', version='2.0.2')
)
libraryDependencies += "com.dji" % "library-networkrtk-helper" % "2.0.2"
[com.dji/library-networkrtk-helper "2.0.2"]