g

geowave-core-cli

Command Line Interface for GeoWave Tools
Files download
File Operation
geowave-core-cli-1.0.0-RC1.jar download
geowave-core-cli-1.0.0-RC1.pom download
geowave-core-cli-1.0.0-RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.locationtech.geowave</groupId>
  <artifactId>geowave-core-cli</artifactId>
  <version>1.0.0-RC1</version>
</dependency>
Gradle Groovy
implementation 'org.locationtech.geowave:geowave-core-cli:1.0.0-RC1'
Gradle Kotlin
implementation("org.locationtech.geowave:geowave-core-cli:1.0.0-RC1")
Scala SBT
libraryDependencies += "org.locationtech.geowave" % "geowave-core-cli" % "1.0.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='org.locationtech.geowave', module='geowave-core-cli', version='1.0.0-RC1')
)
Apache Ivy
<dependency org="org.locationtech.geowave" name="geowave-core-cli" rev="1.0.0-RC1" />
Leiningen
[org.locationtech.geowave/geowave-core-cli "1.0.0-RC1"]
Apache Buildr
'org.locationtech.geowave:geowave-core-cli:jar:1.0.0-RC1'