MVN

gmbh.dtap : geojson-serializer

Maven & Gradle

May 06, 2021
6 stars

A library with a JsonSerializer and a set of annotations to serialize any PoJo as GeoJSON.

<dependency>
    <groupId>gmbh.dtap</groupId>
    <artifactId>geojson-serializer</artifactId>
    <version>0.5.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of gmbh.dtap : geojson-serializer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.5

All Versions

Choose a version of gmbh.dtap : geojson-serializer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
geojson-serializer-0.5.5
geojson-serializer-0.5.3
geojson-serializer-0.5.2
geojson-serializer-0.5.1
0.3.x
geojson-serializer-0.3.3
geojson-serializer-0.3.1
geojson-serializer-0.3.0

How to add a dependency to Maven

Add the following gmbh.dtap : geojson-serializer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>gmbh.dtap</groupId>
    <artifactId>geojson-serializer</artifactId>
    <version>0.5.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following gmbh.dtap : geojson-serializer gradle dependency to your build.gradle file:

implementation 'gmbh.dtap:geojson-serializer:0.5.5'

Gradle Kotlin DSL: Add the following gmbh.dtap : geojson-serializer gradle kotlin dependency to your build.gradle.kts file:

implementation("gmbh.dtap:geojson-serializer:0.5.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following gmbh.dtap : geojson-serializer sbt scala dependency to your build.sbt file:

libraryDependencies += "gmbh.dtap" % "geojson-serializer" % "0.5.5"

Advertisement