MVN

com.divpundir.mavlink : api-linuxx64

Maven & Gradle

Nov 13, 2023
38 stars

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

<dependency>
    <groupId>com.divpundir.mavlink</groupId>
    <artifactId>api-linuxx64</artifactId>
    <version>1.2.0-alpha.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.divpundir.mavlink : api-linuxx64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0-alpha.2
  • Latest Alpha: 1.2.0-alpha.2

All Versions

Choose a version of com.divpundir.mavlink : api-linuxx64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
api-linuxx64-1.2.0-alpha.2
api-linuxx64-1.2.0-alpha

How to add a dependency to Maven

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

<dependency>
    <groupId>com.divpundir.mavlink</groupId>
    <artifactId>api-linuxx64</artifactId>
    <version>1.2.0-alpha.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.divpundir.mavlink : api-linuxx64 gradle dependency to your build.gradle file:

implementation 'com.divpundir.mavlink:api-linuxx64:1.2.0-alpha.2'

Gradle Kotlin DSL: Add the following com.divpundir.mavlink : api-linuxx64 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.divpundir.mavlink:api-linuxx64:1.2.0-alpha.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.divpundir.mavlink : api-linuxx64 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.divpundir.mavlink" % "api-linuxx64" % "1.2.0-alpha.2"