MVN

org.locationtech.geomesa : geomesa-feature-avro_2.11

Maven & Gradle

Apr 03, 2023
4 usages

GeoMesa Features Avro

<dependency>
    <groupId>org.locationtech.geomesa</groupId>
    <artifactId>geomesa-feature-avro_2.11</artifactId>
    <version>3.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.locationtech.geomesa : geomesa-feature-avro_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.2

All Versions

Choose a version of org.locationtech.geomesa : geomesa-feature-avro_2.11 to add to Maven or Gradle - All Versions:

  • Version Updated
  • geomesa-feature-avro_2.11-3.5.2

    Apr 03, 2023
  • geomesa-feature-avro_2.11-3.5.1

    Feb 22, 2023
  • geomesa-feature-avro_2.11-3.5.0

    Dec 13, 2022
  • geomesa-feature-avro_2.11-3.4.1

    Jun 14, 2022
  • geomesa-feature-avro_2.11-3.2.3

    Jun 14, 2022
  • geomesa-feature-avro_2.11-3.4.0

    Apr 18, 2022
  • geomesa-feature-avro_2.11-3.2.2

    Dec 09, 2021
  • geomesa-feature-avro_2.11-3.3.0

    Sep 22, 2021
  • geomesa-feature-avro_2.11-3.2.1

    Sep 08, 2021
  • geomesa-feature-avro_2.11-3.1.2

    Apr 28, 2021
  • geomesa-feature-avro_2.11-3.2.0

    Apr 12, 2021
  • geomesa-feature-avro_2.11-3.1.1

    Jan 13, 2021
  • geomesa-feature-avro_2.11-3.0.1

    Jan 12, 2021
  • geomesa-feature-avro_2.11-2.4.2

    Jan 12, 2021
  • geomesa-feature-avro_2.11-2.3.3

    Jan 12, 2021
  • geomesa-feature-avro_2.11-3.1.0

    Oct 27, 2020
  • geomesa-feature-avro_2.11-3.0.0

    Jun 26, 2020
  • geomesa-feature-avro_2.11-2.4.1

    Jun 08, 2020
  • geomesa-feature-avro_2.11-2.4.0

    Dec 03, 2019
  • geomesa-feature-avro_2.11-2.3.2

    Nov 07, 2019
  • geomesa-feature-avro_2.11-2.3.1

    Jul 26, 2019
  • geomesa-feature-avro_2.11-2.2.3

    Jul 26, 2019
  • geomesa-feature-avro_2.11-2.1.4

    Jul 26, 2019
  • geomesa-feature-avro_2.11-2.3.0

    Mar 28, 2019
  • geomesa-feature-avro_2.11-2.2.2

    Mar 27, 2019
  • geomesa-feature-avro_2.11-2.1.3

    Mar 26, 2019
  • geomesa-feature-avro_2.11-2.2.1

    Jan 29, 2019
  • geomesa-feature-avro_2.11-2.1.2

    Jan 29, 2019
  • geomesa-feature-avro_2.11-2.1.1

    Dec 28, 2018
  • geomesa-feature-avro_2.11-2.2.0

    Dec 28, 2018
  • geomesa-feature-avro_2.11-2.1.0

    Nov 12, 2018
  • geomesa-feature-avro_2.11-1.3.6

    Jun 28, 2018
  • geomesa-feature-avro_2.11-2.0.2

    Jun 11, 2018
  • geomesa-feature-avro_2.11-2.0.1

    May 11, 2018
  • geomesa-feature-avro_2.11-2.0.0

    Apr 20, 2018
  • geomesa-feature-avro_2.11-2.0.0-m.1

    Feb 19, 2018
  • geomesa-feature-avro_2.11-1.3.5

    Nov 29, 2017
  • geomesa-feature-avro_2.11-1.3.4

    Oct 20, 2017

How to add a dependency to Maven

Add the following org.locationtech.geomesa : geomesa-feature-avro_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.locationtech.geomesa</groupId>
    <artifactId>geomesa-feature-avro_2.11</artifactId>
    <version>3.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.locationtech.geomesa : geomesa-feature-avro_2.11 gradle dependency to your build.gradle file:

implementation 'org.locationtech.geomesa:geomesa-feature-avro_2.11:3.5.2'

Gradle Kotlin DSL: Add the following org.locationtech.geomesa : geomesa-feature-avro_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.locationtech.geomesa:geomesa-feature-avro_2.11:3.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.locationtech.geomesa : geomesa-feature-avro_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.locationtech.geomesa" % "geomesa-feature-avro_2.11" % "3.5.2"