MVN

com.dji : library-networkrtk-helper

Maven & Gradle

Nov 27, 2020
1 usages
966 stars

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.

<dependency>
    <groupId>com.dji</groupId>
    <artifactId>library-networkrtk-helper</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.2

All Versions

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

Version Vulnerabilities Updated
2.0.x
library-networkrtk-helper-2.0.2
library-networkrtk-helper-2.0.1
library-networkrtk-helper-2.0.0
1.0
library-networkrtk-helper-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.dji</groupId>
    <artifactId>library-networkrtk-helper</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.dji : library-networkrtk-helper gradle dependency to your build.gradle file:

implementation 'com.dji:library-networkrtk-helper:2.0.2'

Gradle Kotlin DSL: Add the following com.dji : library-networkrtk-helper gradle kotlin dependency to your build.gradle.kts file:

implementation("com.dji:library-networkrtk-helper:2.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.dji : library-networkrtk-helper sbt scala dependency to your build.sbt file:

libraryDependencies += "com.dji" % "library-networkrtk-helper" % "2.0.2"