g

geowave-format-avro

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