MVN

xyz.urbanmatrix.mavlink : definitions

Maven & Gradle

Mar 14, 2023
38 stars

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

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

Latest Version

Choose a version of xyz.urbanmatrix.mavlink : definitions 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 : definitions to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.16.x
definitions-0.16.8
definitions-0.16.6-alpha
definitions-0.16.5-alpha
definitions-0.16.4-alpha
0.14.x
definitions-0.14.0
0.12.x
definitions-0.12.2
0.11.x
definitions-0.11.0
0.10.x
definitions-0.10.2-alpha
definitions-0.10.1-alpha
0.9.x
definitions-0.9.0
0.8.x
definitions-0.8.0
0.7.x
definitions-0.7.0
0.6.x
definitions-0.6.3
definitions-0.6.2

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement