MVN

com.divpundir.mavlink : api

Maven & Gradle

Aug 03, 2023
38 stars

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

<dependency>
    <groupId>com.divpundir.mavlink</groupId>
    <artifactId>api</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.0
  • Latest Alpha: 0.30.0-alpha

All Versions

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

Version Vulnerabilities Updated
1.0.x
api-1.0.0
0.30.x
api-0.30.0
api-0.30.0-alpha
0.20.x
api-0.20.0
api-0.20.0-alpha.5
api-0.20.0-alpha.4
api-0.20.0-alpha.3
api-0.20.0-alpha.2
api-0.20.0-alpha
0.19.x
api-0.19.0
api-0.19.0-alpha
0.18.x
api-0.18.0
api-0.18.0-alpha.2
api-0.18.0-alpha
0.17.x
api-0.17.0
0.16.x
api-0.16.9

How to add a dependency to Maven

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

<dependency>
    <groupId>com.divpundir.mavlink</groupId>
    <artifactId>api</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.divpundir.mavlink:api:1.0.0'

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

implementation("com.divpundir.mavlink:api:1.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.divpundir.mavlink" % "api" % "1.0.0"