MVN

com.dji : wpmzsdk

Maven & Gradle

Aug 22, 2023
227 stars

DJI Mobile SDK For DJI Aircrafts · 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.

<dependency>
    <groupId>com.dji</groupId>
    <artifactId>wpmzsdk</artifactId>
    <version>1.0.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.dji : wpmzsdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1.0

All Versions

Choose a version of com.dji : wpmzsdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
wpmzsdk-1.0.1.0
wpmzsdk-1.0.0.14

How to add a dependency to Maven

Add the following com.dji : wpmzsdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.dji</groupId>
    <artifactId>wpmzsdk</artifactId>
    <version>1.0.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.dji : wpmzsdk gradle dependency to your build.gradle file:

implementation 'com.dji:wpmzsdk:1.0.1.0'

Gradle Kotlin DSL: Add the following com.dji : wpmzsdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.dji:wpmzsdk:1.0.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.dji : wpmzsdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.dji" % "wpmzsdk" % "1.0.1.0"

Advertisement