takimafr / geojson-jackson

(De)Serialization of GeoJSON with Jackson for Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GeoJSON for Jackson

Serialize / Deserialize GeoJSON with Jackson

Requirements

  • Java 8+

Dependency

Add the dependency in your dependencies { ... }:

implementation("io.jawg.geojson:geojson-jackson:1.2.1")

For SNAPSHOT versions add the repository in your repositories { ... }:

maven { url = uri("https://oss.sonatype.org/content/repositories/snapshots") }

Build

./gradlew build

About

(De)Serialization of GeoJSON with Jackson for Kotlin

License:Apache License 2.0


Languages

Language:Kotlin 100.0%