GeoMesa is a suite of tools for working with big geo-spatial data in a distributed fashion.
geomesa-convert-scripting 1.3.4
Group ID:
org.locationtech.geomesa
Artifact ID:
geomesa-convert-scripting_2.11
Version:
1.3.4
Release Date:
Oct 29, 2017
Licenses:
libraryDependencies += "org.locationtech.geomesa" %% "geomesa-convert-scripting" % "1.3.4" resolvers += Resolver.bintrayJCenter
ivy"org.locationtech.geomesa::geomesa-convert-scripting:1.3.4" MavenRepository("https://jcenter.bintray.com")
//> using dep "org.locationtech.geomesa::geomesa-convert-scripting:1.3.4"
import $ivy.`org.locationtech.geomesa::geomesa-convert-scripting: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-convert-scripting_2.11</artifactId> <version>1.3.4</version> </dependency>
compile group: 'org.locationtech.geomesa', name: 'geomesa-convert-scripting_2.11', version: '1.3.4'