locationtech / geomesa   4.0.5

Apache License 2.0 Website GitHub

GeoMesa is a suite of tools for working with big geo-spatial data in a distributed fashion.

Scala versions: 2.13 2.12 2.11

geomesa-accumulo-raster 1.3.4


Group ID:
org.locationtech.geomesa
Artifact ID:
geomesa-accumulo-raster_2.11
Version:
1.3.4
Release Date:
Sept 8, 2018
Licenses:

libraryDependencies += "org.locationtech.geomesa" %% "geomesa-accumulo-raster" % "1.3.4"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"org.locationtech.geomesa::geomesa-accumulo-raster:1.3.4"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "org.locationtech.geomesa::geomesa-accumulo-raster:1.3.4"

Ammonite REPL

import $ivy.`org.locationtech.geomesa::geomesa-accumulo-raster:1.3.4`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>org.locationtech.geomesa</groupId>
  <artifactId>geomesa-accumulo-raster_2.11</artifactId>
  <version>1.3.4</version>
</dependency>

compile group: 'org.locationtech.geomesa', name: 'geomesa-accumulo-raster_2.11', version: '1.3.4'