g

geowave-format-avro

GeoWave ingest support for Avro data matching GeoWave's generic vector avro schema
文件下载
文件名 操作
geowave-format-avro-2.0.0.jar 下载
geowave-format-avro-2.0.0.pom 下载
geowave-format-avro-2.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.locationtech.geowave</groupId>
  <artifactId>geowave-format-avro</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.locationtech.geowave:geowave-format-avro:2.0.0'
Gradle Kotlin
implementation("org.locationtech.geowave:geowave-format-avro:2.0.0")
Scala SBT
libraryDependencies += "org.locationtech.geowave" % "geowave-format-avro" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.locationtech.geowave', module='geowave-format-avro', version='2.0.0')
)
Apache Ivy
<dependency org="org.locationtech.geowave" name="geowave-format-avro" rev="2.0.0" />
Leiningen
[org.locationtech.geowave/geowave-format-avro "2.0.0"]
Apache Buildr
'org.locationtech.geowave:geowave-format-avro:jar:2.0.0'