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.pom download
Apache Maven
<dependency>
  <groupId>org.locationtech.geowave</groupId>
  <artifactId>geowave-core-parent</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.locationtech.geowave:geowave-core-parent:1.0.0'
Gradle Kotlin
implementation("org.locationtech.geowave:geowave-core-parent:1.0.0")
Scala SBT
libraryDependencies += "org.locationtech.geowave" % "geowave-core-parent" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.locationtech.geowave', module='geowave-core-parent', version='1.0.0')
)
Apache Ivy
<dependency org="org.locationtech.geowave" name="geowave-core-parent" rev="1.0.0" />
Leiningen
[org.locationtech.geowave/geowave-core-parent "1.0.0"]
Apache Buildr
'org.locationtech.geowave:geowave-core-parent:jar:1.0.0'