geotrellis / maml   4.5.0

Apache License 2.0 Website GitHub

Map Algebra Modeling Language: It's what we and whales are.

Scala versions: 2.12 2.11
Scala.js versions: 0.6

maml-jvm 0.0.2-d81589d


Group ID:
com.azavea
Artifact ID:
maml-jvm_2.11
Version:
0.0.2-d81589d
Release Date:
Oct 4, 2017
Licenses:

libraryDependencies += "com.azavea" %% "maml-jvm" % "0.0.2-d81589d"
resolvers += Resolver.bintrayRepo("azavea", "maven")

Mill build tool

ivy"com.azavea::maml-jvm:0.0.2-d81589d"
MavenRepository("https://dl.bintray.com/azavea/maven")

Scala CLI

//> using dep "com.azavea::maml-jvm:0.0.2-d81589d"

Ammonite REPL

import $ivy.`com.azavea::maml-jvm:0.0.2-d81589d`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray azavea maven",
  "Some(https://dl.bintray.com/azavea/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.azavea</groupId>
  <artifactId>maml-jvm_2.11</artifactId>
  <version>0.0.2-d81589d</version>
</dependency>

compile group: 'com.azavea', name: 'maml-jvm_2.11', version: '0.0.2-d81589d'