Download dji-sdk-4.3.0.jar file - Jar d

Jar examples for d:dji-sdk

Description

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.

You can download jar file dji-sdk 4.3.0 in this page.

Build File

You can use the following script to add dji-sdk-4.3.0.jar to your project.

<dependency>
   <groupId>com.dji</groupId>
   <artifactId>dji-sdk</artifactId>
   <version>4.3.0</version>
</dependency>
compile group: 'com.dji', name: 'dji-sdk', version: '4.3.0'
libraryDependencies += "com.dji" % "dji-sdk" % "4.3.0"
<dependency org="com.dji" name="dji-sdk" rev="4.3.0"/>
@Grapes(@Grab(group='com.dji', module='dji-sdk', version='4.3.0'))
'com.dji:dji-sdk:jar:4.3.0'

Download

Click the following link to download the jar file.

dji-sdk-4.3.0.pom



Related Tutorials