g

geowave-test

A module for integration and functional tests of GeoWave
Files download
File Operation
geowave-test-2.0.1.jar download
geowave-test-2.0.1.pom download
geowave-test-2.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.locationtech.geowave</groupId>
  <artifactId>geowave-test</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.locationtech.geowave:geowave-test:2.0.1'
Gradle Kotlin
implementation("org.locationtech.geowave:geowave-test:2.0.1")
Scala SBT
libraryDependencies += "org.locationtech.geowave" % "geowave-test" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.locationtech.geowave', module='geowave-test', version='2.0.1')
)
Apache Ivy
<dependency org="org.locationtech.geowave" name="geowave-test" rev="2.0.1" />
Leiningen
[org.locationtech.geowave/geowave-test "2.0.1"]
Apache Buildr
'org.locationtech.geowave:geowave-test:jar:2.0.1'
Dependencies
<parent>
  <groupId>org.locationtech.geowave</groupId>
  <artifactId>geowave-parent</artifactId>
  <version>2.0.1</version>
</parent>

compile

|-- org.locationtech.geowave:geowave-deploy

|-- org.locationtech.geowave:geowave-analytic-spark

|-- io.grpc:grpc-netty

|-- org.locationtech.geowave:geowave-cli-geoserver

|-- org.locationtech.geowave:geowave-cli-redis-embed

|-- org.eclipse.jetty:jetty-server

|-- org.eclipse.jetty:jetty-util

|-- org.eclipse.jetty:jetty-webapp

|-- org.locationtech.geowave:geowave-service-rest

|-- org.locationtech.geowave:geowave-service-client

|-- org.locationtech.geowave:geowave-grpc-server

|-- org.locationtech.geowave:geowave-format-vector

|-- org.locationtech.geowave:geowave-format-gpx

|-- org.locationtech.geowave:geowave-format-gdelt

|-- org.locationtech.geowave:geowave-format-avro

|-- org.locationtech.geowave:geowave-cli-osm

|-- org.locationtech.geowave:geowave-analytic-mapreduce

|-- org.locationtech.geowave:geowave-datastore-accumulo

|-- org.locationtech.geowave:geowave-datastore-dynamodb

|-- org.locationtech.geowave:geowave-datastore-cassandra

|-- org.locationtech.geowave:geowave-datastore-hbase

|-- org.locationtech.geowave:geowave-datastore-hbase-coprocessors

|-- org.locationtech.geowave:geowave-datastore-bigtable

|-- org.locationtech.geowave:geowave-datastore-filesystem

|-- org.locationtech.geowave:geowave-datastore-redis

|-- org.locationtech.geowave:geowave-datastore-rocksdb

|-- org.locationtech.geowave:geowave-datastore-kudu

|-- org.locationtech.geowave:geowave-example

|-- org.locationtech.geowave:geowave-cli-landsat8

|-- org.locationtech.geowave:geowave-cli-sentinel2

|-- org.apache.hadoop:hadoop-minicluster

|-- org.locationtech.geowave:geowave-cli-hbase-embed

|-- org.locationtech.geowave:geowave-cli-accumulo-embed

|-- org.locationtech.geowave:geowave-cli-cassandra-embed

|-- com.google.guava:failureaccess:1.0.1

|-- org.locationtech.geowave:geowave-cli-bigtable-embed

|-- org.locationtech.geowave:geowave-cli-dynamodb-embed

|-- org.locationtech.geowave:geowave-cli-kudu-embed

|-- org.apache.accumulo:accumulo-minicluster

|-- junit:junit

|-- com.github.kstyrc:embedded-redis:0.6

|-- org.apache.commons:commons-exec:1.3

|-- com.github.stefanbirkner:system-rules:1.16.0

|-- org.apache.accumulo:accumulo-test

|-- org.apache.hadoop:hadoop-minikdc

|-- org.apache.kafka:${kafka.artifact}

|-- org.apache.kafka:kafka-clients

|-- org.apache.kafka:kafka-streams

test

|-- io.findify:s3mock_2.12:0.2.6