MVN

com.divpundir.mavlink : coroutines

Maven & Gradle

Jul 02, 2023
38 stars

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

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

Latest Version

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

  • Latest Stable: 0.20.0
  • Latest Alpha: 0.20.0-alpha.5

All Versions

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

Version Vulnerabilities Updated
0.20.x
coroutines-0.20.0
coroutines-0.20.0-alpha.5
coroutines-0.20.0-alpha.3
0.19.x
coroutines-0.19.0
coroutines-0.19.0-alpha
0.18.x
coroutines-0.18.0
coroutines-0.18.0-alpha.2
0.17.x
coroutines-0.17.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.divpundir.mavlink</groupId>
    <artifactId>coroutines</artifactId>
    <version>0.20.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.divpundir.mavlink:coroutines:0.20.0'

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

implementation("com.divpundir.mavlink:coroutines:0.20.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.divpundir.mavlink" % "coroutines" % "0.20.0"

Advertisement