w

wpmzsdk

The Mobile SDK enables you to automate your DJI aircrafts. You can control flight, and many subsystems of the product including the camera and gimbal. Using the Mobile SDK, create a customized android app to unlock the full potential of your DJI aerial platform.
http://www.dji.com/
MIT
DJI-dev
Files download
File Operation
wpmzsdk-1.0.1.5.pom download
wpmzsdk-1.0.1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.dji</groupId>
  <artifactId>wpmzsdk</artifactId>
  <version>1.0.1.5</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.dji:wpmzsdk:1.0.1.5'
Gradle Kotlin
implementation("com.dji:wpmzsdk:1.0.1.5")
Scala SBT
libraryDependencies += "com.dji" % "wpmzsdk" % "1.0.1.5"
Groovy Grape
@Grapes(
  @Grab(group='com.dji', module='wpmzsdk', version='1.0.1.5')
)
Apache Ivy
<dependency org="com.dji" name="wpmzsdk" rev="1.0.1.5" />
Leiningen
[com.dji/wpmzsdk "1.0.1.5"]
Apache Buildr
'com.dji:wpmzsdk:jar:1.0.1.5'
Dependencies
The project has no third-party dependencies