geotrellis / geotrellis-contrib   0.0.1

Apache License 2.0 GitHub

GeoTrellis functionality related to the core.

Scala versions: 2.11

geotrellis-contrib-vlm 0.0.1


Group ID:
com.azavea.geotrellis
Artifact ID:
geotrellis-contrib-vlm_2.11
Version:
0.0.1
Release Date:
Sept 11, 2018
Licenses:

libraryDependencies += "com.azavea.geotrellis" %% "geotrellis-contrib-vlm" % "0.0.1"
resolvers += Resolver.bintrayRepo("azavea", "geotrellis")

Mill build tool

ivy"com.azavea.geotrellis::geotrellis-contrib-vlm:0.0.1"
MavenRepository("https://dl.bintray.com/azavea/geotrellis")

Scala CLI

//> using dep "com.azavea.geotrellis::geotrellis-contrib-vlm:0.0.1"

Ammonite REPL

import $ivy.`com.azavea.geotrellis::geotrellis-contrib-vlm:0.0.1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray azavea geotrellis",
  "Some(https://dl.bintray.com/azavea/geotrellis)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.azavea.geotrellis</groupId>
  <artifactId>geotrellis-contrib-vlm_2.11</artifactId>
  <version>0.0.1</version>
</dependency>

compile group: 'com.azavea.geotrellis', name: 'geotrellis-contrib-vlm_2.11', version: '0.0.1'