MVN

xyz.urbanmatrix.mavlink : coroutines

Maven & Gradle

Mar 14, 2023
38 stars

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

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

Latest Version

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

Version Vulnerabilities Updated
0.16.x
coroutines-0.16.8
coroutines-0.16.6-alpha
coroutines-0.16.5-alpha
coroutines-0.16.4-alpha
0.14.x
coroutines-0.14.0
0.12.x
coroutines-0.12.2
0.11.x
coroutines-0.11.0
0.10.x
coroutines-0.10.2-alpha
coroutines-0.10.1-alpha
0.9.x
coroutines-0.9.0
0.8.x
coroutines-0.8.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement