g

geowave-core-parent

The set of base functionality provided for all configurations of GeoWave
Files download
File Operation
geowave-core-parent-1.0.0-RC1.pom download
Apache Maven
<dependency>
  <groupId>org.locationtech.geowave</groupId>
  <artifactId>geowave-core-parent</artifactId>
  <version>1.0.0-RC1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.locationtech.geowave:geowave-core-parent:1.0.0-RC1'
Gradle Kotlin
implementation("org.locationtech.geowave:geowave-core-parent:1.0.0-RC1")
Scala SBT
libraryDependencies += "org.locationtech.geowave" % "geowave-core-parent" % "1.0.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='org.locationtech.geowave', module='geowave-core-parent', version='1.0.0-RC1')
)
Apache Ivy
<dependency org="org.locationtech.geowave" name="geowave-core-parent" rev="1.0.0-RC1" />
Leiningen
[org.locationtech.geowave/geowave-core-parent "1.0.0-RC1"]
Apache Buildr
'org.locationtech.geowave:geowave-core-parent:jar:1.0.0-RC1'