| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesNative Development Tools | 
        
| GroupId | GroupIdcom.parrot.drone.groundsdk | 
    
| ArtifactId | ArtifactIdsdkcore-native-runtime | 
    
| Last Version | Last Version7.2.0 | 
        
| Release Date | Release Date | 
        
| Type | Typeaar | 
    
| Description | 
            Descriptioncom.parrot.drone.groundsdk:sdkcore-native-runtime 
            sdkcore-native-runtime module is part of Parrot Ground SDK for Android 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| sdkcore-native-runtime-7.2.0.pom | |
| sdkcore-native-runtime-7.2.0-sources.jar | 389 bytes | 
| sdkcore-native-runtime-7.2.0-javadoc.jar | 389 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.parrot.drone.groundsdk/sdkcore-native-runtime/ -->
<dependency>
    <groupId>com.parrot.drone.groundsdk</groupId>
    <artifactId>sdkcore-native-runtime</artifactId>
    <version>7.2.0</version>
    <type>aar</type>
</dependency>
                // https://jarcasting.com/artifacts/com.parrot.drone.groundsdk/sdkcore-native-runtime/
implementation 'com.parrot.drone.groundsdk:sdkcore-native-runtime:7.2.0'
                // https://jarcasting.com/artifacts/com.parrot.drone.groundsdk/sdkcore-native-runtime/
implementation ("com.parrot.drone.groundsdk:sdkcore-native-runtime:7.2.0")
                'com.parrot.drone.groundsdk:sdkcore-native-runtime:aar:7.2.0'
                <dependency org="com.parrot.drone.groundsdk" name="sdkcore-native-runtime" rev="7.2.0">
  <artifact name="sdkcore-native-runtime" type="aar" />
</dependency>
                @Grapes(
@Grab(group='com.parrot.drone.groundsdk', module='sdkcore-native-runtime', version='7.2.0')
)
                libraryDependencies += "com.parrot.drone.groundsdk" % "sdkcore-native-runtime" % "7.2.0"
                [com.parrot.drone.groundsdk/sdkcore-native-runtime "7.2.0"]