project-condor / sbt-mavlink   0.8.0

GNU Lesser General Public License v3.0 only GitHub

MAVLink to Scala bindings generation plugin for SBT

Scala versions: 2.10
sbt plugins: 0.13

mavlink-library 0.5.0


Group ID:
com.github.jodersky
Artifact ID:
mavlink-library_2.10
Version:
0.5.0
Release Date:
May 9, 2015
Licenses:

libraryDependencies += "com.github.jodersky" %% "mavlink-library" % "0.5.0"
resolvers += Resolver.bintrayRepo("jodersky", "maven")

Mill build tool

ivy"com.github.jodersky::mavlink-library:0.5.0"
MavenRepository("https://dl.bintray.com/jodersky/maven")

Scala CLI

//> using dep "com.github.jodersky::mavlink-library:0.5.0"

Ammonite REPL

import $ivy.`com.github.jodersky::mavlink-library:0.5.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray jodersky maven",
  "Some(https://dl.bintray.com/jodersky/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.jodersky</groupId>
  <artifactId>mavlink-library_2.10</artifactId>
  <version>0.5.0</version>
</dependency>

compile group: 'com.github.jodersky', name: 'mavlink-library_2.10', version: '0.5.0'