g

geowave-extension-parent

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