License |
License
https://opensource.org/licenses/MIT
|
---|---|
GroupId | GroupIdcom.dji |
ArtifactId | ArtifactIdutmiss |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionDJI 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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
utmiss-1.2.1.pom | |
utmiss-1.2.1.aar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dji/utmiss/ -->
<dependency>
<groupId>com.dji</groupId>
<artifactId>utmiss</artifactId>
<version>1.2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.dji/utmiss/
implementation 'com.dji:utmiss:1.2.1'
// https://jarcasting.com/artifacts/com.dji/utmiss/
implementation ("com.dji:utmiss:1.2.1")
'com.dji:utmiss:aar:1.2.1'
<dependency org="com.dji" name="utmiss" rev="1.2.1">
<artifact name="utmiss" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.dji', module='utmiss', version='1.2.1')
)
libraryDependencies += "com.dji" % "utmiss" % "1.2.1"
[com.dji/utmiss "1.2.1"]