dji-uxsdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.dji</groupId>
<artifactId>dji-uxsdk</artifactId>
<version>4.16.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.dji</groupId>
<artifactId>dji-uxsdk</artifactId>
<version>4.16.2</version>
<packaging>aar</packaging>
<name>DJI UX SDK for Android</name>
<description>The DJI UX SDK provides UX elements that have core functionalities, hence can be used to speed up development time. Developers can pick and choose which parts of the UX SDK they want to include, exclude and customize.</description>
<url>http://www.dji.com/</url>
<licenses>
<license>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>dji</id>
<name>DJI-dev</name>
<email>dev@dji.com</email>
</developer>
</developers>
<scm>
<url>https://github.com/dji-sdk/Mobile-UILibrary-Android.git</url>
</scm>
<dependencies>
<dependency>
<groupId>com.dji</groupId>
<artifactId>dji-sdk</artifactId>
<version>4.16.2</version>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.dji</groupId>
<artifactId>library-anti-distortion</artifactId>
<version>4.7</version>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>play-services-base</artifactId>
<version>16.0.0</version>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>play-services-location</artifactId>
<version>16.0.0</version>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>play-services-maps</artifactId>
<version>16.0.0</version>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>play-services-places</artifactId>
<version>16.0.0</version>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.amap.api</groupId>
<artifactId>3dmap</artifactId>
<version>7.6.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.amap.api</groupId>
<artifactId>search</artifactId>
<version>7.3.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.amap.api</groupId>
<artifactId>location</artifactId>
<version>5.5.1</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.mapbox.mapboxsdk</groupId>
<artifactId>mapbox-android-sdk</artifactId>
<version>9.2.0</version>
<type>aar</type>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk7</artifactId>
<version>1.3.72</version>
<type>jar</type>
</dependency>
</dependencies>
</project>