MVN

com.github.r2dkennobi : mavlink-android

Maven & Gradle

Sep 21, 2017
0 stars

mavlink-android · Custom wrapper around auto-generated mavlink java code

<dependency>
    <groupId>com.github.r2dkennobi</groupId>
    <artifactId>mavlink-android</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.r2dkennobi : mavlink-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of com.github.r2dkennobi : mavlink-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
mavlink-android-0.0.1

How to add a dependency to Maven

Add the following com.github.r2dkennobi : mavlink-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.r2dkennobi</groupId>
    <artifactId>mavlink-android</artifactId>
    <version>0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.r2dkennobi : mavlink-android gradle dependency to your build.gradle file:

implementation 'com.github.r2dkennobi:mavlink-android:0.0.1'

Gradle Kotlin DSL: Add the following com.github.r2dkennobi : mavlink-android gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.r2dkennobi:mavlink-android:0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.r2dkennobi : mavlink-android sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.r2dkennobi" % "mavlink-android" % "0.0.1"

Advertisement