MVN

com.parrot.drone.groundsdk : sdkcore

Maven & Gradle

Jun 23, 2023
2 usages
24 stars

com.parrot.drone.groundsdk:sdkcore · sdkcore module is part of Parrot Ground SDK for Android

<dependency>
    <groupId>com.parrot.drone.groundsdk</groupId>
    <artifactId>sdkcore</artifactId>
    <version>7.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.parrot.drone.groundsdk : sdkcore to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.7.0
  • Latest Release Candidate: 7.7.0-rc1

All Versions

Choose a version of com.parrot.drone.groundsdk : sdkcore to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.7.x
sdkcore-7.7.0
sdkcore-7.7.0-rc1
7.6.x
sdkcore-7.6.0
sdkcore-7.6.0-rc1
7.5.x
sdkcore-7.5.2
sdkcore-7.5.1
sdkcore-7.5.0
sdkcore-7.5.0-rc1
7.4.x
sdkcore-7.4.0
7.3.x
sdkcore-7.3.0
7.2.x
sdkcore-7.2.0
7.1.x
sdkcore-7.1.0
7.0.x
sdkcore-7.0.1
sdkcore-7.0.0
1.8.x
sdkcore-1.8.1
sdkcore-1.8.0

How to add a dependency to Maven

Add the following com.parrot.drone.groundsdk : sdkcore maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.parrot.drone.groundsdk</groupId>
    <artifactId>sdkcore</artifactId>
    <version>7.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.parrot.drone.groundsdk : sdkcore gradle dependency to your build.gradle file:

implementation 'com.parrot.drone.groundsdk:sdkcore:7.7.0'

Gradle Kotlin DSL: Add the following com.parrot.drone.groundsdk : sdkcore gradle kotlin dependency to your build.gradle.kts file:

implementation("com.parrot.drone.groundsdk:sdkcore:7.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.parrot.drone.groundsdk : sdkcore sbt scala dependency to your build.sbt file:

libraryDependencies += "com.parrot.drone.groundsdk" % "sdkcore" % "7.7.0"

Advertisement