g

geowave-analytic-parent

The set of analytics provided for GeoWave Datasets
文件下载
文件名 操作
geowave-analytic-parent-2.0.1.pom 下载
Apache Maven
<dependency>
  <groupId>org.locationtech.geowave</groupId>
  <artifactId>geowave-analytic-parent</artifactId>
  <version>2.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.locationtech.geowave:geowave-analytic-parent:2.0.1'
Gradle Kotlin
implementation("org.locationtech.geowave:geowave-analytic-parent:2.0.1")
Scala SBT
libraryDependencies += "org.locationtech.geowave" % "geowave-analytic-parent" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.locationtech.geowave', module='geowave-analytic-parent', version='2.0.1')
)
Apache Ivy
<dependency org="org.locationtech.geowave" name="geowave-analytic-parent" rev="2.0.1" />
Leiningen
[org.locationtech.geowave/geowave-analytic-parent "2.0.1"]
Apache Buildr
'org.locationtech.geowave:geowave-analytic-parent:jar:2.0.1'