is not current version
Last Version 2.0.0

org.calrissian.accumulorecipes:geospatial-store 0.1

The Geospatial store allows events to be stored under geohashes so that they can be queried back when given rectangular geo-bounds.

Categories

Categories

Geo Business Logic Libraries Geospatial
GroupId

GroupId

org.calrissian.accumulorecipes
ArtifactId

ArtifactId

geospatial-store
Version

Version

0.1
Type

Type

jar

Download geospatial-store 0.1


<!-- https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/geospatial-store/ -->
<dependency>
    <groupId>org.calrissian.accumulorecipes</groupId>
    <artifactId>geospatial-store</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/geospatial-store/
implementation 'org.calrissian.accumulorecipes:geospatial-store:0.1'
// https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/geospatial-store/
implementation ("org.calrissian.accumulorecipes:geospatial-store:0.1")
'org.calrissian.accumulorecipes:geospatial-store:jar:0.1'
<dependency org="org.calrissian.accumulorecipes" name="geospatial-store" rev="0.1">
  <artifact name="geospatial-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.calrissian.accumulorecipes', module='geospatial-store', version='0.1')
)
libraryDependencies += "org.calrissian.accumulorecipes" % "geospatial-store" % "0.1"
[org.calrissian.accumulorecipes/geospatial-store "0.1"]