MVN

xyz.urbanmatrix.mavlink : api

Maven & Gradle

Mar 14, 2023
38 stars

api · A modern MAVLink library for the JVM written in Kotlin.

<dependency>
    <groupId>xyz.urbanmatrix.mavlink</groupId>
    <artifactId>api</artifactId>
    <version>0.16.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xyz.urbanmatrix.mavlink : api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.16.8
  • Latest Alpha: 0.16.6-alpha

All Versions

Choose a version of xyz.urbanmatrix.mavlink : api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.16.x
api-0.16.8
api-0.16.6-alpha
api-0.16.5-alpha
api-0.16.4-alpha
api-0.16.3-alpha
api-0.16.1-alpha
api-0.16.0-alpha
0.14.x
api-0.14.0
0.12.x
api-0.12.2
api-0.12.1
api-0.12.0
0.11.x
api-0.11.0
0.10.x
api-0.10.2-alpha
api-0.10.1-alpha
api-0.10.0-alpha
0.9.x
api-0.9.0
0.8.x
api-0.8.0
0.7.x
api-0.7.0
0.6.x
api-0.6.3
api-0.6.2

How to add a dependency to Maven

Add the following xyz.urbanmatrix.mavlink : api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xyz.urbanmatrix.mavlink</groupId>
    <artifactId>api</artifactId>
    <version>0.16.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xyz.urbanmatrix.mavlink : api gradle dependency to your build.gradle file:

implementation 'xyz.urbanmatrix.mavlink:api:0.16.8'

Gradle Kotlin DSL: Add the following xyz.urbanmatrix.mavlink : api gradle kotlin dependency to your build.gradle.kts file:

implementation("xyz.urbanmatrix.mavlink:api:0.16.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following xyz.urbanmatrix.mavlink : api sbt scala dependency to your build.sbt file:

libraryDependencies += "xyz.urbanmatrix.mavlink" % "api" % "0.16.8"

Advertisement