g

geowave-parent

Geowave adds spatio-temporal indexing to keyvalue stores through geotools and geoserver
https://github.com/locationtech/geowave
The Apache Software License, Version 2.0
Rich Fecher
Files download
File Operation
geowave-parent-1.0.0.pom download
Apache Maven
<dependency>
  <groupId>org.locationtech.geowave</groupId>
  <artifactId>geowave-parent</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.locationtech.geowave:geowave-parent:1.0.0'
Gradle Kotlin
implementation("org.locationtech.geowave:geowave-parent:1.0.0")
Scala SBT
libraryDependencies += "org.locationtech.geowave" % "geowave-parent" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.locationtech.geowave', module='geowave-parent', version='1.0.0')
)
Apache Ivy
<dependency org="org.locationtech.geowave" name="geowave-parent" rev="1.0.0" />
Leiningen
[org.locationtech.geowave/geowave-parent "1.0.0"]
Apache Buildr
'org.locationtech.geowave:geowave-parent:jar:1.0.0'
Dependencies