g

geowave-service-parent

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